Merge pull request #10311 from mhilbrunner/fix-ci

CI: Remove EOF fixer from pre-commit hook
This commit is contained in:
Max Hilbrunner
2024-11-23 06:43:31 +01:00
committed by GitHub

View File

@@ -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']