Skip to content

Commit 3204776

Browse files
committed
Modify pre-commit.yml to run end-of-file-fixer on all files
1 parent f9beec4 commit 3204776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- uses: actions/setup-python@v2
1414
- uses: pre-commit/[email protected]
1515
with:
16-
extra_args: end-of-file-fixer
16+
extra_args: end-of-file-fixer --all-files

0 commit comments

Comments
 (0)