We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7314fe commit b90ba52Copy full SHA for b90ba52
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: check-merge-conflict
11
- id: check-yaml
12
- id: end-of-file-fixer
13
- exclude: (.*\.mbox)|(.*\.css)|(.*\.json)|(.*\.js)|(.*\.svg)|(.*/mails/.*-subject\.txt)
+ exclude: (.*\.mbox)|(.*\.css)|(.*\.json)|(.*\.js)|(.*\.svg)|(.*/mails/.*-subject\.txt)|(tools/docker/db)
14
- id: trailing-whitespace
15
exclude: (.*\.mbox)|(.*\.svg)
16
- repo: https://gitlab.com/pycqa/flake8
0 commit comments