Skip to content

Commit

Permalink
Merge pull request #9325 from jrfk/feature/mypy_0900_breaking_update_…
Browse files Browse the repository at this point in the history
…for_stub

Fix mypy violations (Third-party Library Stubs) (with mypy-0.900)
  • Loading branch information
tk0miya committed Jun 13, 2021
2 parents de64bfd + 5c98b9f commit 8a59390
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@
'lint': [
'flake8>=3.5.0',
'isort',
'mypy>=0.800',
'mypy>=0.900',
'docutils-stubs',
"types-typed-ast",
"types-pkg_resources",
"types-requests",
],
'test': [
'pytest',
Expand Down

0 comments on commit 8a59390

Please sign in to comment.