Fix mypy violations (with mypy-0.800)

This commit is contained in:
Takeshi KOMIYA
2021-01-22 21:26:58 +09:00
parent 4c0a283178
commit 1679a0916d
3 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ extras_require = {
'lint': [
'flake8>=3.5.0',
'isort',
'mypy>=0.790',
'mypy>=0.800',
'docutils-stubs',
],
'test': [