summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-07-13 10:55:13 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-07-13 10:55:13 +0900
commitfd74594f5337b2f28ab40521d255958c14ca6ef6 (patch)
tree3daa13f8f775b1ee3e298ab7e8236cf96e672520 /setup.py
parentf443fb5579d64340b87c595e9cd87895bbc90f65 (diff)
downloadsphinx-git-fd74594f5337b2f28ab40521d255958c14ca6ef6.tar.gz
Fix mypy violations (for mypy-0.720)
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 96bffccfa..f92de9250 100644
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ extras_require = {
'html5lib',
'flake8>=3.5.0',
'flake8-import-order',
- 'mypy>=0.711',
+ 'mypy>=0.720',
'docutils-stubs',
],
}