diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-09 01:07:56 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 01:07:56 +0900 |
commit | c81dd9b82f2f33a4cd91e6f065663e1ca6b460be (patch) | |
tree | a3d7e0c5023e681d21d1b39efe43b56d6e73a950 /setup.py | |
parent | 91f95728174018aec26f3aa92649d41f63bbde60 (diff) | |
parent | a80023f381e8458a77e730385357fe1fd309790d (diff) | |
download | sphinx-git-4.3.x.tar.gz |
Merge pull request #10065 from tk0miya/mypy-0.9314.3.x
Fix mypy violations (with mypy-0.931)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ extras_require = { 'lint': [ 'flake8>=3.5.0', 'isort', - 'mypy>=0.930', + 'mypy>=0.931', 'docutils-stubs', "types-typed-ast", "types-pkg_resources", |