Skip to content

Commit

Permalink
add mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
pgorecki committed Mar 4, 2024
1 parent ebd185d commit a33b247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
- name: Run tests
run: poetry run python -m pytest -p no:sugar -q tests/

# - name: Run mypy
# run: poetry run mypy
- name: Run mypy
run: poetry run mypy

0 comments on commit a33b247

Please sign in to comment.