| commit | a7f73434a6fa95b2f14c476e8a1d3d10590946d5 | [log] [tgz] |
|---|---|---|
| author | Anthony Sottile <asottile@umich.edu> | Sat Feb 29 20:34:45 2020 -0800 |
| committer | Anthony Sottile <asottile@umich.edu> | Sat Feb 29 20:34:45 2020 -0800 |
| tree | 69603417a7368bd390c29bbbed2b16ddb30ed099 | |
| parent | 23d4811e19afa3d053c881e5439788bc4383ff9b [diff] [blame] |
Use covdefaults to handle coveragerc
diff --git a/setup.cfg b/setup.cfg index c05ca0c..e6c488a 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -68,6 +68,9 @@ [bdist_wheel] universal = True +[coverage:run] +plugins = covdefaults + [mypy] check_untyped_defs = true disallow_any_generics = true