Skip to content

Commit

Permalink
Add types libraries to lint deps (#1975)
Browse files Browse the repository at this point in the history
It appears recently that typing information for jwt and requests has
been split out into seperate projects on pypi, namely types-jwt and
types-requests. Since we utilise calling functions in their namespace,
we need to install them otherwise mypy will fail.
  • Loading branch information
s-t-e-v-e-n-k committed Jun 19, 2021
1 parent 1265747 commit 7a54218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -19,6 +19,8 @@ commands = pytest --cov=github --cov-report=xml {posargs}
basepython = python3.6
skip_install = true
deps =
types-jwt
types-requests
pre-commit
mypy
commands =
Expand Down

0 comments on commit 7a54218

Please sign in to comment.