Turn on strict checks for mypy
This commit is contained in:
parent
60472fcee3
commit
212af78032
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ disallow_untyped_defs = True
|
|||
disallow_untyped_decorators = True
|
||||
disallow_untyped_calls = True
|
||||
disallow_incomplete_defs = True
|
||||
strict = True
|
||||
no_implicit_reexport = True
|
||||
|
||||
[mypy-conf]
|
||||
|
|
|
|||
Loading…
Reference in a new issue