Skip to content

Commit

Permalink
Enabling verbose pre commit runs for better debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lotif committed Oct 23, 2024
1 parent 265b308 commit 706decd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
poetry env use '3.9'
source .venv/bin/activate
poetry install --with test --all-extras
pre-commit run --all-files
pre-commit run --all-files --verbose
- name: pip-audit (gh-action-pip-audit)
uses: pypa/[email protected]
with:
Expand Down

0 comments on commit 706decd

Please sign in to comment.