Exclude coverage in the template file

This commit is contained in:
Anthony Sottile 2018-10-14 13:41:59 -07:00
parent 9f60561d6f
commit 62493d1115

View file

@ -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