Skip to content

Commit e0a3a57

Browse files
authored
Install missing stubs for mypy 0.900 (#762)
* Install missing stubs for mypy 0.900 * Update mypy issue
1 parent 2afd7ad commit e0a3a57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

+3
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ deps =
7373
lxml
7474
# required for more thorough type declarations
7575
keyring >= 22.3
76+
# consider replacing with `mypy --install-types` when
77+
# https://github.com/python/mypy/issues/10600 is resolved
78+
types-requests
7679
commands =
7780
mypy --html-report mypy --txt-report mypy {posargs:twine}
7881
python -c 'with open("mypy/index.txt") as f: print(f.read())'

0 commit comments

Comments
 (0)