Fix mypy violations (for mypy-0.750)

This commit is contained in:
Takeshi KOMIYA
2019-11-30 22:07:53 +09:00
parent 82a6048f12
commit c30d7b2ddd
2 changed files with 2 additions and 2 deletions

View File

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