mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
CI: Remove EOF fixer from pre-commit hook
As this isn't enforced on the files used from the main engine repository, this currently seems more trouble than its worth.
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user