Skip to content

Commit

Permalink
Add mypy to required checks
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jun 2, 2023
1 parent 5acd326 commit 4f9cc13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ jobs:

needs:
- coverage
- mypy-all
- mypy-api
- docs
- install-dev
- system-package
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ commands = pre-commit run --all-files


[testenv:mypy-all]
description = Check package and API.
description = Check own code and API.
deps = mypy
commands = mypy src typing_examples.py


[testenv:mypy-api]
description = Check API types.
description = Check only API types.
deps = mypy
commands = mypy typing_examples.py

Expand Down

0 comments on commit 4f9cc13

Please sign in to comment.