Ease end of line rules

This commit is contained in:
Matthias 2022-09-28 07:24:43 +00:00
parent 7e124618d4
commit e9abe3cb68

View File

@ -34,7 +34,9 @@ repos:
exclude: | exclude: |
(?x)^( (?x)^(
tests/.*| tests/.*|
.*\.svg .*\.svg|
.*\.yml|
.*\.json
)$ )$
- id: mixed-line-ending - id: mixed-line-ending
- id: debug-statements - id: debug-statements