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:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-06-28 19:41:16 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-06-28 19:41:16 +0300
commite7b1803a9651df05803c1b877ee6449fbc431f80 (patch)
treebe2b7952d4cccb32ed55ad724f0b46f329ac17e4 /setup.py
parentbd09f009bfdedec32ae29ac9a06c975d11e5d300 (diff)
Fix mypy violations (for mypy-0.711)
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 2b6e25713..96bffccfa 100644
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ extras_require = {
'html5lib',
'flake8>=3.5.0',
'flake8-import-order',
- 'mypy>=0.710',
+ 'mypy>=0.711',
'docutils-stubs',
],
}