mypy: Update config
This commit is contained in:
parent
1f36e56e1c
commit
6b5a92fb2d
5
mypy.ini
5
mypy.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user