Skip to content

Commit 47cd64c

Browse files
authored
Merge pull request #10311 from mhilbrunner/fix-ci
CI: Remove EOF fixer from pre-commit hook
2 parents 9eb8552 + 20d9f0d commit 47cd64c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ repos:
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
1313
rev: v5.0.0
1414
hooks:
15-
- id: end-of-file-fixer
1615
- id: fix-byte-order-marker
1716
- id: mixed-line-ending
1817
args: ['--fix=lf']

0 commit comments

Comments
 (0)