summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-06-03 23:25:17 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-06-03 23:31:43 +0900
commitb8fbd3d9c64b8bf12d2cdc091798faad7513e820 (patch)
tree0c0ddfd27e4dbe86ad73994523e941ffee5c03e8 /setup.py
parente3f9bf43f617b17937df255519337ebda897f46b (diff)
downloadsphinx-git-b8fbd3d9c64b8bf12d2cdc091798faad7513e820.tar.gz
Fix mypy violations (with mypy-0.780)
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 a427d5493..04f17d465 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ extras_require = {
'lint': [
'flake8>=3.5.0',
'flake8-import-order',
- 'mypy>=0.770',
+ 'mypy>=0.780',
'docutils-stubs',
],
'test': [