Merge pull request #5898 from jdufresne/incremental

Remove redundant mypy config 'incremental'
This commit is contained in:
Takeshi KOMIYA 2019-01-07 00:57:38 +09:00 committed by GitHub
commit c608c03832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,6 @@ show_column_numbers = True
show_error_context = True
ignore_missing_imports = True
follow_imports = skip
incremental = True
check_untyped_defs = True
warn_unused_ignores = True
strict_optional = False

View File

@ -43,7 +43,7 @@ extras_require = {
'html5lib',
'flake8>=3.5.0',
'flake8-import-order',
'mypy>=0.470',
'mypy>=0.590',
'docutils-stubs',
],
}