Skip to content

Commit b90ba52

Browse files
committed
pre-commit: Ignore files we don't have access to
Signed-off-by: Stephen Finucane <[email protected]>
1 parent d7314fe commit b90ba52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: check-merge-conflict
1111
- id: check-yaml
1212
- id: end-of-file-fixer
13-
exclude: (.*\.mbox)|(.*\.css)|(.*\.json)|(.*\.js)|(.*\.svg)|(.*/mails/.*-subject\.txt)
13+
exclude: (.*\.mbox)|(.*\.css)|(.*\.json)|(.*\.js)|(.*\.svg)|(.*/mails/.*-subject\.txt)|(tools/docker/db)
1414
- id: trailing-whitespace
1515
exclude: (.*\.mbox)|(.*\.svg)
1616
- repo: https://gitlab.com/pycqa/flake8

0 commit comments

Comments
 (0)