Skip to content

Commit ec0a1cb

Browse files
committed
ci: fix pre-commit action
1 parent fb57da1 commit ec0a1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/setup-python@v2
4444
- uses: pre-commit/[email protected]
4545
with:
46-
extra_args: --hook-stage=manual
46+
extra_args: --all-files --hook-stage=manual
4747

4848
packaging:
4949
name: packaging

0 commit comments

Comments
 (0)