Fix mypy violations (Third-party Library Stubs) (with mypy-0.900)

This commit is contained in:
Junya Fukuda 2021-06-13 15:22:32 +09:00
parent de64bfdeac
commit 5c98b9fa7c

View File

@ -44,8 +44,11 @@ extras_require = {
'lint': [
'flake8>=3.5.0',
'isort',
'mypy>=0.800',
'mypy>=0.900',
'docutils-stubs',
"types-typed-ast",
"types-pkg_resources",
"types-requests",
],
'test': [
'pytest',