diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-04-30 22:27:25 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-30 22:27:25 +0900 |
commit | 2a354d48dc3508341e3043b7ebd487cb34cb42c2 (patch) | |
tree | 91d3ec27f371c06a530220d927c8ea01e343c5dc /setup.py | |
parent | e7cba3516e6e3cd1cf90c29068c63c011e860204 (diff) | |
parent | b048f17cda17322b0f3580ac75796265074eb8c9 (diff) | |
download | sphinx-git-2a354d48dc3508341e3043b7ebd487cb34cb42c2.tar.gz |
Merge pull request #10401 from tk0miya/mypy-0.950
Fix mypy violations (with mypy-0.950)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ extras_require = { 'lint': [ 'flake8>=3.5.0', 'isort', - 'mypy>=0.931', + 'mypy>=0.950', 'docutils-stubs', "types-typed-ast", "types-requests", |