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

This commit is contained in:
Alejandra
2024-04-03 16:08:33 -05:00
committed by GitHub
parent e97f7bfd95
commit 78b68e1ab9

View File

@@ -10,7 +10,9 @@ repos:
args: args:
- --unsafe - --unsafe
- id: end-of-file-fixer - id: end-of-file-fixer
exclude: ^frontend/src/client/.*
- id: trailing-whitespace - id: trailing-whitespace
exclude: ^frontend/src/client/.*
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.2.2 rev: v0.2.2
hooks: hooks: