Add CI check for trailing whitespace

This commit is contained in:
Micky
2026-08-04 19:33:17 +02:00
parent cc147ca70b
commit febd6234bb

View File

@@ -11,6 +11,8 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: trailing-whitespace
exclude: '^classes'
- id: fix-byte-order-marker
- id: mixed-line-ending
args: ['--fix=lf']