From e9abe3cb68d00b09a795d64e704930f5600aef91 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 28 Sep 2022 07:24:43 +0000 Subject: [PATCH] Ease end of line rules --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b437f5c8..2cad0a7d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,9 @@ repos: exclude: | (?x)^( tests/.*| - .*\.svg + .*\.svg| + .*\.yml| + .*\.json )$ - id: mixed-line-ending - id: debug-statements