Skip to content

Commit

Permalink
add typechecking for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed May 1, 2024
1 parent 9975d32 commit 5c91e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
python -m pip install -e ".[typing, complexity, linting]"
- name: Typecheck
run: |
mypy pygeoif
mypy pygeoif tests
- name: Linting
run: |
flake8 pygeoif
Expand Down

0 comments on commit 5c91e5d

Please sign in to comment.