mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Exclude coverage in the template file
This commit is contained in:
parent
9f60561d6f
commit
62493d1115
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ omit =
|
||||||
# Don't complain if non-runnable code isn't run
|
# Don't complain if non-runnable code isn't run
|
||||||
*/__main__.py
|
*/__main__.py
|
||||||
pre_commit/color_windows.py
|
pre_commit/color_windows.py
|
||||||
|
pre_commit/resources/*
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
show_missing = True
|
show_missing = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue