Skip to content

Commit

Permalink
Merge pull request #10311 from mhilbrunner/fix-ci
Browse files Browse the repository at this point in the history
CI: Remove EOF fixer from pre-commit hook
  • Loading branch information
mhilbrunner authored Nov 23, 2024
2 parents 9eb8552 + 20d9f0d commit 47cd64c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: mixed-line-ending
args: ['--fix=lf']

0 comments on commit 47cd64c

Please sign in to comment.