Skip to content

Commit 78b68e1

Browse files
authored
🔧 Update pre-commit config to exclude generated client folder (fastapi#1150)
1 parent e97f7bf commit 78b68e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .pre-commit-config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ repos:
1010
args:
1111
- --unsafe
1212
- id: end-of-file-fixer
13+
exclude: ^frontend/src/client/.*
1314
- id: trailing-whitespace
15+
exclude: ^frontend/src/client/.*
1416
- repo: https://github.com/charliermarsh/ruff-pre-commit
1517
rev: v0.2.2
1618
hooks:

0 commit comments

Comments
 (0)