We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afd7ad commit e0a3a57Copy full SHA for e0a3a57
tox.ini
@@ -73,6 +73,9 @@ deps =
73
lxml
74
# required for more thorough type declarations
75
keyring >= 22.3
76
+ # consider replacing with `mypy --install-types` when
77
+ # https://github.com/python/mypy/issues/10600 is resolved
78
+ types-requests
79
commands =
80
mypy --html-report mypy --txt-report mypy {posargs:twine}
81
python -c 'with open("mypy/index.txt") as f: print(f.read())'
0 commit comments