summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-01-06 06:58:26 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2019-01-06 06:58:26 -0800
commit5d497d0083d8dd3f203586484088d4d405e2026f (patch)
tree80b3da6bbbce0aae21c1af93541f6367f48ad5b1 /setup.cfg
parent74e16bcb71d33d1b6d2cca3ba001b9280e60c2fa (diff)
downloadsphinx-git-5d497d0083d8dd3f203586484088d4d405e2026f.tar.gz
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: https://github.com/python/mypy/commit/6b13652a466ccb102987a2ab1fa93d4b52fd8e3f
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index ea78b0c3e..2db007339 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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