mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 03:26:53 +00:00
Initial commit.
This commit is contained in:
commit
27291ffa31
10 changed files with 330 additions and 0 deletions
19
.coveragerc
Normal file
19
.coveragerc
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[report]
|
||||
exclude_lines =
|
||||
# Don't complain about defensive assertions
|
||||
raise NotImplementedError
|
||||
raise AssertionError
|
||||
|
||||
# Don't complain about non-runnable code
|
||||
if __name__ == .__main__.:
|
||||
|
||||
omit =
|
||||
/usr/*
|
||||
py_env/*
|
||||
*/__init__.py
|
||||
|
||||
# Ignore test coverage
|
||||
tests/*
|
||||
|
||||
# Don't complain about our pre-commit file
|
||||
pre-commit.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue