mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Replace jsonschema with better error messages
This commit is contained in:
parent
71bbdb5b4c
commit
cb8dd335f4
30 changed files with 1064 additions and 842 deletions
5
setup.py
5
setup.py
|
|
@ -41,7 +41,6 @@ setup(
|
|||
install_requires=[
|
||||
'aspy.yaml',
|
||||
'cached-property',
|
||||
'jsonschema',
|
||||
'nodeenv>=0.11.1',
|
||||
'pyyaml',
|
||||
'virtualenv',
|
||||
|
|
@ -49,8 +48,8 @@ setup(
|
|||
entry_points={
|
||||
'console_scripts': [
|
||||
'pre-commit = pre_commit.main:main',
|
||||
'pre-commit-validate-config = pre_commit.clientlib.validate_config:run', # noqa
|
||||
'pre-commit-validate-manifest = pre_commit.clientlib.validate_manifest:run', # noqa
|
||||
'pre-commit-validate-config = pre_commit.clientlib:validate_config_main', # noqa
|
||||
'pre-commit-validate-manifest = pre_commit.clientlib:validate_manifest_main', # noqa
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue