improve coverage

This commit is contained in:
Anthony Sottile 2023-07-29 15:43:21 -04:00
parent 7ef0350a43
commit 4a47bab979
5 changed files with 45 additions and 76 deletions

View file

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