mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 21:23:36 +08:00
🔧 Update pre-commit config to exclude generated client folder (#1150)
This commit is contained in:
parent
e97f7bfd95
commit
78b68e1ab9
@ -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…
x
Reference in New Issue
Block a user