Fix mypy violations (for mypy-0.710)

This commit is contained in:
Takeshi KOMIYA
2019-06-21 11:07:27 +09:00
parent 6595f65b0e
commit 224d247ca0
7 changed files with 11 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ extras_require = {
'html5lib',
'flake8>=3.5.0',
'flake8-import-order',
'mypy>=0.590',
'mypy>=0.710',
'docutils-stubs',
],
}