Disable incremental mode of mypy

pull/403/head
Taneli Hukkinen 2020-02-02 16:48:09 +01:00
parent e63584c387
commit 2f3c5b2ee0
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ disallow_untyped_calls = True
disallow_untyped_decorators = True
disallow_subclassing_any = False
ignore_missing_imports = True
incremental = False
strict_optional = False
warn_unused_ignores = True
strict_equality = True