Skip to content

Commit

Permalink
Add --show-diff-on-failure --color=always to pre-commit command
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Sep 18, 2024
1 parent 805c6ca commit 3a69ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install pre-commit
pre-commit run --all-files
pre-commit run --show-diff-on-failure --color=always --all-files

0 comments on commit 3a69ddc

Please sign in to comment.