Skip to content

Commit

Permalink
Add -p switch to mypy invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter2206 committed Nov 29, 2023
1 parent 9b582c8 commit f88491a
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 @@ -43,4 +43,4 @@ jobs:
pre-commit install
pre-commit run -a
- name: Run mypy
run: poetry 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 -p omnisolver

0 comments on commit f88491a

Please sign in to comment.