Browse Source

🔧 Update pre-commit config to exclude generated client folder (#1150)

pull/13907/head
Alejandra 1 year ago
committed by GitHub
parent
commit
78b68e1ab9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .pre-commit-config.yaml

2
.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:

Loading…
Cancel
Save