Use covdefaults to handle coveragerc

This commit is contained in:
Anthony Sottile 2020-02-29 20:34:45 -08:00
parent 23d4811e19
commit a7f73434a6
4 changed files with 6 additions and 33 deletions

View file

@ -68,6 +68,9 @@ exclude =
[bdist_wheel]
universal = True
[coverage:run]
plugins = covdefaults
[mypy]
check_untyped_defs = true
disallow_any_generics = true