Skip to content

Commit

Permalink
Install missing stubs for mypy 0.900 (#762)
Browse files Browse the repository at this point in the history
* Install missing stubs for mypy 0.900

* Update mypy issue
  • Loading branch information
bhrutledge committed Jun 12, 2021
1 parent 2afd7ad commit e0a3a57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Expand Up @@ -73,6 +73,9 @@ deps =
lxml
# required for more thorough type declarations
keyring >= 22.3
# consider replacing with `mypy --install-types` when
# https://github.com/python/mypy/issues/10600 is resolved
types-requests
commands =
mypy --html-report mypy --txt-report mypy {posargs:twine}
python -c 'with open("mypy/index.txt") as f: print(f.read())'
Expand Down

0 comments on commit e0a3a57

Please sign in to comment.