mypy: Update config

This commit is contained in:
Florian Bruhin 2018-11-26 23:24:31 +01:00
parent 1f36e56e1c
commit 6b5a92fb2d

View File

@ -10,16 +10,13 @@ warn_unused_ignores = True
disallow_subclassing_any = True
# disallow_untyped_calls = True
# disallow_untyped_defs = True
# https://github.com/python/mypy/issues/5954
## https://github.com/python/mypy/issues/5954
# disallow_incomplete_defs = True
# check_untyped_defs = True
# disallow_untyped_decorators = True
# no_implicit_optional = True
# warn_return_any = True
# disallow_any_generics = True
[mypy-faulthandler]
# https://github.com/python/typeshed/pull/2627
ignore_missing_imports = True