Fix mypy violations (with mypy-0.770)

This commit is contained in:
Takeshi KOMIYA
2020-03-12 01:25:18 +09:00
parent 4a1bf03233
commit 99476f37e7
4 changed files with 4 additions and 4 deletions

View File

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