Merge pull request #9325 from jrfk/feature/mypy_0900_breaking_update_for_stub

Fix mypy violations (Third-party Library Stubs) (with mypy-0.900)
This commit is contained in:
Takeshi KOMIYA
2021-06-13 15:58:58 +09:00
committed by GitHub

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',