Skip to content

Commit

Permalink
Update pre-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Feb 27, 2024
1 parent 757b185 commit 444354d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
with:
path: '~/.cache/pre-commit'
key: pre-commit-${{ steps.python-setup.outputs.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}
- run: pipx run pre-commit run --all-files
- run: pre-commit run --show-diff-on-failure --color=always --all-files

0 comments on commit 444354d

Please sign in to comment.