From b90ba52933d76034211a137f5726c2ae39427030 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 6 May 2022 20:06:30 +0100 Subject: [PATCH] pre-commit: Ignore files we don't have access to Signed-off-by: Stephen Finucane --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 581c1f1c..aa8e569f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-merge-conflict - id: check-yaml - id: end-of-file-fixer - exclude: (.*\.mbox)|(.*\.css)|(.*\.json)|(.*\.js)|(.*\.svg)|(.*/mails/.*-subject\.txt) + exclude: (.*\.mbox)|(.*\.css)|(.*\.json)|(.*\.js)|(.*\.svg)|(.*/mails/.*-subject\.txt)|(tools/docker/db) - id: trailing-whitespace exclude: (.*\.mbox)|(.*\.svg) - repo: https://gitlab.com/pycqa/flake8 -- 2.47.3