mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-29 10:13:26 +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:
|
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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user