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 ab0d1bb commit 3793150Copy full SHA for 3793150
‎.pre-commit-config.yaml‎
@@ -10,7 +10,11 @@ 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/.*
20
- repo: https://github.com/charliermarsh/ruff-pre-commit
0 commit comments