Skip to content

Commit

Permalink
[fix] pre-comit
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-ife committed Jul 25, 2024
1 parent dc53938 commit 404192d
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 @@ -25,7 +25,7 @@ jobs:
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
run: git ls-files dpl | xargs pre-commit run --show-diff-on-failure --color=always --files
run: git ls-files ass | xargs pre-commit run --show-diff-on-failure --color=always --files
env:
# Consider valid a PR that changes README fragments but doesn't
# change the README.rst file itself. It's not really a problem
Expand Down

0 comments on commit 404192d

Please sign in to comment.