Browse Source
🔧 Update pre-commit config to exclude generated client folder (#1150)
pull/13907/head
Alejandra
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
.pre-commit-config.yaml
|
|
@ -10,7 +10,9 @@ repos: |
|
|
|
args: |
|
|
|
- --unsafe |
|
|
|
- id: end-of-file-fixer |
|
|
|
exclude: ^frontend/src/client/.* |
|
|
|
- id: trailing-whitespace |
|
|
|
exclude: ^frontend/src/client/.* |
|
|
|
- repo: https://github.com/charliermarsh/ruff-pre-commit |
|
|
|
rev: v0.2.2 |
|
|
|
hooks: |
|
|
|