summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-12-24 00:15:11 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-12-24 00:21:23 +0900
commit565152301fb2b771f52c40926c37ce6b1713d09a (patch)
tree68783c3db99d02847221286451a3306679cb6bdf /setup.py
parent94acb1921c05dff9462fec50f3a80814dad659d3 (diff)
downloadsphinx-git-565152301fb2b771f52c40926c37ce6b1713d09a.tar.gz
Fix mypy violations (with mypy-0.930)
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 8245aacef..44da14d09 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ extras_require = {
'lint': [
'flake8>=3.5.0',
'isort',
- 'mypy>=0.920',
+ 'mypy>=0.930',
'docutils-stubs',
"types-typed-ast",
"types-pkg_resources",