Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg1
-rw-r--r--setup.py2
2 files changed, 1 insertions, 2 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
diff --git a/setup.py b/setup.py
index 6e28a10fc..c8d24c6f0 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ extras_require = {
'html5lib',
'flake8>=3.5.0',
'flake8-import-order',
- 'mypy>=0.470',
+ 'mypy>=0.590',
'docutils-stubs',
],
}