diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-11-30 22:07:53 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-11-30 22:07:53 +0900 |
| commit | c30d7b2ddd639b44463be3309a7dcadc2738c6ef (patch) | |
| tree | 5e7e7c8397321fefd22465b8351f4d6e0d309cbb /setup.py | |
| parent | 82a6048f1205ee032327e1643d879ef322a2012f (diff) | |
| download | sphinx-git-c30d7b2ddd639b44463be3309a7dcadc2738c6ef.tar.gz | |
Fix mypy violations (for mypy-0.750)
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ extras_require = { 'html5lib', 'flake8>=3.5.0', 'flake8-import-order', - 'mypy>=0.740', + 'mypy>=0.750', 'docutils-stubs', ], } |
