Skip to content

Commit

Permalink
🔧 Update pre-commit config to exclude generated client folder (fastap…
Browse files Browse the repository at this point in the history
  • Loading branch information
alejsdev authored Apr 3, 2024
1 parent be7a933 commit 18ee366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 18ee366

Please sign in to comment.