Skip to content

Commit

Permalink
feat: add mypy to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
drish committed Apr 6, 2024
1 parent 544b451 commit 53ad027
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@ deps =

commands =
flake8 --max-line-length=100 resend/

[testenv:mypy]
deps =
mypy
types-requests
commands =
mypy --install-types --non-interactive --ignore-missing-imports resend/
description = Run the mypy tool to check static typing on the project.

0 comments on commit 53ad027

Please sign in to comment.