Disallow untyped calls and incomplete defs

This commit is contained in:
2021-01-20 10:48:03 -06:00
parent 7555f561f8
commit 947189f25f
6 changed files with 47 additions and 30 deletions

View File

@@ -1,2 +1,5 @@
[mypy]
ignore_missing_imports = True
#disallow_untyped_defs = True
disallow_untyped_calls = True
disallow_incomplete_defs = True