From ce04a8f4b404962fac01f89a9652f488e86e67a1 Mon Sep 17 00:00:00 2001 From: Marcello Teodori <151025+mteodori@users.noreply.github.com> Date: Wed, 23 Feb 2022 22:42:21 +0100 Subject: [PATCH] exclude gimp files --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f1a6518b..9125b121 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,6 +9,7 @@ repos: - id: mixed-line-ending args: ['--fix=lf'] - id: end-of-file-fixer + exclude: \.(pgm|pnm|ppm)$ - repo: https://github.com/sirosen/check-jsonschema rev: 0.13.0 hooks: