mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +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
|
|
@ -1,7 +1,6 @@
|
|||
[run]
|
||||
branch = True
|
||||
source =
|
||||
.
|
||||
source = .
|
||||
omit =
|
||||
.tox/*
|
||||
/usr/*
|
||||
|
|
@ -11,6 +10,7 @@ omit =
|
|||
*/__main__.py
|
||||
|
||||
[report]
|
||||
show_missing = True
|
||||
exclude_lines =
|
||||
# Have to re-enable the standard pragma
|
||||
\#\s*pragma: no cover
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue