mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
Use covdefaults to handle coveragerc
This commit is contained in:
parent
23d4811e19
commit
a7f73434a6
4 changed files with 6 additions and 33 deletions
|
|
@ -68,6 +68,9 @@ exclude =
|
|||
[bdist_wheel]
|
||||
universal = True
|
||||
|
||||
[coverage:run]
|
||||
plugins = covdefaults
|
||||
|
||||
[mypy]
|
||||
check_untyped_defs = true
|
||||
disallow_any_generics = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue