mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove redundant mypy config 'incremental'
The mypy config 'incremental` has defaulted as true since version 0.590.
Can drop the local override. For details, see:
6b13652a46
This commit is contained in:
parent
74e16bcb71
commit
5d497d0083
@ -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