diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-12-24 00:15:11 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-12-24 00:21:23 +0900 |
commit | 565152301fb2b771f52c40926c37ce6b1713d09a (patch) | |
tree | 68783c3db99d02847221286451a3306679cb6bdf /setup.py | |
parent | 94acb1921c05dff9462fec50f3a80814dad659d3 (diff) | |
download | sphinx-git-565152301fb2b771f52c40926c37ce6b1713d09a.tar.gz |
Fix mypy violations (with mypy-0.930)
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.920', + 'mypy>=0.930', 'docutils-stubs', "types-typed-ast", "types-pkg_resources", |