From 66361042b6e83c50a3d1d6808d77a0a529569479 Mon Sep 17 00:00:00 2001 From: Marcello Teodori <151025+mteodori@users.noreply.github.com> Date: Thu, 24 Feb 2022 00:43:05 +0100 Subject: [PATCH] fix config --- .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 2ce580526..0d22be2e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,9 +10,11 @@ repos: - id: fix-byte-order-marker - id: mixed-line-ending args: ['--fix=lf'] + exclude: (templates|test/resources)/.*$ - id: end-of-file-fixer - exclude: \.(pgm|pnm|ppm)$ + exclude: (templates|test/resources)/.*$ - id: trailing-whitespace + exclude: (templates|test/resources)/.*$ - repo: https://github.com/sirosen/check-jsonschema rev: 0.13.0 hooks: