From: Stephen Finucane Date: Fri, 6 May 2022 19:06:30 +0000 (+0100) Subject: pre-commit: Ignore files we don't have access to X-Git-Tag: v3.1.0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b90ba52933d76034211a137f5726c2ae39427030;p=thirdparty%2Fpatchwork.git pre-commit: Ignore files we don't have access to Signed-off-by: Stephen Finucane --- 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