Disable incremental mode of mypy
This commit is contained in:
parent
e63584c387
commit
2f3c5b2ee0
1
mypy.ini
1
mypy.ini
|
@ -8,6 +8,7 @@ disallow_untyped_calls = True
|
||||||
disallow_untyped_decorators = True
|
disallow_untyped_decorators = True
|
||||||
disallow_subclassing_any = False
|
disallow_subclassing_any = False
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
incremental = False
|
||||||
strict_optional = False
|
strict_optional = False
|
||||||
warn_unused_ignores = True
|
warn_unused_ignores = True
|
||||||
strict_equality = True
|
strict_equality = True
|
||||||
|
|
Loading…
Reference in New Issue
Block a user