From: Stephen Finucane Date: Sun, 7 Jun 2026 18:40:26 +0000 (+0100) Subject: Ignore Makefile from tabs remover X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66e9108d9413bfeda8a8b22e778d289c497dda95;p=thirdparty%2Fpatchwork.git Ignore Makefile from tabs remover Signed-off-by: Stephen Finucane --- diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 34c806ef..abc5dac8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: rev: v1.5.6 hooks: - id: remove-tabs - exclude: (.*\.mbox)|(.*\.svg)|(.*\.sql)|(.*\.conf) + exclude: (.*\.mbox)|(.*\.svg)|(.*\.sql)|(.*\.conf)|Makefile - id: remove-crlf exclude: (.*\.mbox)|(.*\.svg) - repo: https://github.com/astral-sh/ruff-pre-commit