Skip to content

Commit 18ee366

Browse files
authored
🔧 Update pre-commit config to exclude generated client folder (fastapi#1150)
1 parent be7a933 commit 18ee366

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
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)