Skip to content

Commit

Permalink
Use poetry to run mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter2206 committed Nov 29, 2023
1 parent 0bb77e9 commit 7da64fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
pre-commit install
pre-commit run -a
- name: Run mypy
run: mypy --install-types --non-interactive --namespace-packages --explicit-package-bases $(git ls-files '*.py')
run: poetry run mypy --install-types --non-interactive --namespace-packages --explicit-package-bases $(git ls-files '*.py')

0 comments on commit 7da64fa

Please sign in to comment.