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 b216284 commit 6b40922Copy full SHA for 6b40922
.pre-commit-config.yaml
@@ -10,11 +10,13 @@ repos:
10
args:
11
- --unsafe
12
- id: end-of-file-fixer
13
- exclude: ^frontend/src/client/.*
+ exclude: |
14
+ (?x)^(
15
+ frontend/src/client/.*|
16
+ backend/app/email-templates/build/.*
17
+ )$
18
- id: trailing-whitespace
19
exclude: ^frontend/src/client/.*
- - id: end-of-file-fixer
- exclude: ^backend/app/email-templates/build/.*
20
- repo: https://github.com/charliermarsh/ruff-pre-commit
21
rev: v0.2.2
22
hooks:
0 commit comments