devtools: Add EOF fixer and trailing whitespace fix to pre-commit.

This commit is contained in:
Se7enZ
2025-12-09 13:21:04 +01:00
committed by Sangbida
parent a22ba9ba52
commit e91625a68b

View File

@@ -40,6 +40,11 @@ repos:
args: [ "--indent", "2", "--no-sort-keys" ]
files: ^doc/schemas/.*\.json$
types: [ json ]
- id: trailing-whitespace
args: [ "--markdown-linebreak-ext=md" ]
exclude: ccan|contrib|tests/fuzz/corpora
- id: end-of-file-fixer
exclude: ccan|contrib|tests/fuzz/corpora
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0