mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 21:16:54 +00:00
improve coverage
This commit is contained in:
parent
7ef0350a43
commit
4a47bab979
5 changed files with 45 additions and 76 deletions
|
|
@ -54,6 +54,15 @@ flake8.report =
|
|||
[bdist_wheel]
|
||||
universal = 1
|
||||
|
||||
[coverage:run]
|
||||
source =
|
||||
flake8
|
||||
tests
|
||||
plugins = covdefaults
|
||||
|
||||
[coverage:report]
|
||||
fail_under = 97
|
||||
|
||||
[mypy]
|
||||
check_untyped_defs = true
|
||||
disallow_any_generics = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue