Skip to content

Commit

Permalink
Add testing deps for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
daneah committed Oct 12, 2024
1 parent f9e6636 commit 1288f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: python -m pip install tox

- name: Run mypy
run: python -m tox -e typecheck
run: tox -e typecheck

test:
name: Test
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ commands = [

[tool.tox.env.typecheck]
deps = [
{ replace = "ref", of = ["tool", "tox", "env_run_base", "deps"], extend = true },
"mypy",
"django-types",
"types-requests",
Expand Down

0 comments on commit 1288f1f

Please sign in to comment.