mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-18 16:44:42 +04:00
Use covdefaults to handle coveragerc
This commit is contained in:
parent
4a3b10f0ed
commit
67c1beb322
19 changed files with 42 additions and 81 deletions
|
|
@ -52,6 +52,10 @@ exclude =
|
|||
[bdist_wheel]
|
||||
universal = True
|
||||
|
||||
[coverage:run]
|
||||
plugins = covdefaults
|
||||
omit = pre_commit/resources/*
|
||||
|
||||
[mypy]
|
||||
check_untyped_defs = true
|
||||
disallow_any_generics = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue