Turn on strict checks for mypy
This commit is contained in:
parent
60472fcee3
commit
212af78032
@ -28,6 +28,7 @@ disallow_untyped_defs = True
|
|||||||
disallow_untyped_decorators = True
|
disallow_untyped_decorators = True
|
||||||
disallow_untyped_calls = True
|
disallow_untyped_calls = True
|
||||||
disallow_incomplete_defs = True
|
disallow_incomplete_defs = True
|
||||||
|
strict = True
|
||||||
no_implicit_reexport = True
|
no_implicit_reexport = True
|
||||||
|
|
||||||
[mypy-conf]
|
[mypy-conf]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user