]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Ignore Makefile from tabs remover
authorStephen Finucane <stephen@that.guru>
Sun, 7 Jun 2026 18:40:26 +0000 (19:40 +0100)
committerStephen Finucane <stephen@that.guru>
Sun, 7 Jun 2026 18:40:26 +0000 (19:40 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
.pre-commit-config.yaml

index 34c806ef506bf1402364d517b78d609a6e15d83d..abc5dac8dcbd1d239e4cfffb4913303a03466abb 100644 (file)
@@ -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