summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-12 01:25:18 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-12 01:25:18 +0900
commit99476f37e7af75a729aa7bbf301e94aa8da57196 (patch)
tree27e0d451a48abcaac31ae05c64a2ddbaa2a2fe4c /setup.py
parent4a1bf03233dea42595fd6efe5beea6d3ee2252f8 (diff)
downloadsphinx-git-99476f37e7af75a729aa7bbf301e94aa8da57196.tar.gz
Fix mypy violations (with mypy-0.770)
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 55578350f..37c7afcc5 100644
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ extras_require = {
'html5lib',
'flake8>=3.5.0',
'flake8-import-order',
- 'mypy>=0.761',
+ 'mypy>=0.770',
'docutils-stubs',
],
}