Improve type hints
This commit is contained in:
1
mypy.ini
1
mypy.ini
@ -10,7 +10,6 @@ disallow_untyped_defs = true
|
||||
disable_error_code = annotation-unchecked
|
||||
enable_error_code = ignore-without-code, redundant-self, truthy-iterable
|
||||
follow_imports = silent
|
||||
ignore_missing_imports = true
|
||||
local_partial_types = true
|
||||
no_implicit_optional = true
|
||||
no_implicit_reexport = true
|
||||
|
||||
Reference in New Issue
Block a user