mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5898 from jdufresne/incremental
Remove redundant mypy config 'incremental'
This commit is contained in:
commit
c608c03832
@ -47,7 +47,6 @@ show_column_numbers = True
|
|||||||
show_error_context = True
|
show_error_context = True
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
follow_imports = skip
|
follow_imports = skip
|
||||||
incremental = True
|
|
||||||
check_untyped_defs = True
|
check_untyped_defs = True
|
||||||
warn_unused_ignores = True
|
warn_unused_ignores = True
|
||||||
strict_optional = False
|
strict_optional = False
|
||||||
|
Loading…
Reference in New Issue
Block a user