Skip to content

Commit

Permalink
Pass --all-files explicitly so it is retained
Browse files Browse the repository at this point in the history
In the lint workflow, passing extra-args replaced --all-files,
rather than keeping it but adding the extra arguments after it.

(But --show-diff-on-failure and --color=always were still passed.)
  • Loading branch information
EliahKagan committed Oct 3, 2023
1 parent 5d8ddd9 commit a872d9c
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 @@ -15,6 +15,6 @@ jobs:

- uses: pre-commit/[email protected]
with:
extra_args: --hook-stage manual
extra_args: --all-files --hook-stage manual
env:
SKIP: black-format

0 comments on commit a872d9c

Please sign in to comment.