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:
authorJon Dufresne <jon.dufresne@gmail.com>2019-01-06 17:58:26 +0300
committerJon Dufresne <jon.dufresne@gmail.com>2019-01-06 17:58:26 +0300
commit5d497d0083d8dd3f203586484088d4d405e2026f (patch)
tree80b3da6bbbce0aae21c1af93541f6367f48ad5b1 /setup.py
parent74e16bcb71d33d1b6d2cca3ba001b9280e60c2fa (diff)
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.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',
],
}