Merge pull request #403 from hukkinj1/disable-incremental-mypy

Disable incremental mode of mypy
pull/407/head
Kevin Mai-Husan Chia 2020-02-07 18:10:34 +08:00 committed by GitHub
commit 99f505d6d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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