mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-20 09:47:57 +00:00
👷 Update pre-commit end-of-file-fixer hook to exclude email-templates (#1296)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
co-authored by
Sebastián Ramírez
parent
ab0d1bb12f
commit
3793150fe4
@@ -10,7 +10,11 @@ repos:
|
||||
args:
|
||||
- --unsafe
|
||||
- id: end-of-file-fixer
|
||||
exclude: ^frontend/src/client/.*
|
||||
exclude: |
|
||||
(?x)^(
|
||||
frontend/src/client/.*|
|
||||
backend/app/email-templates/build/.*
|
||||
)$
|
||||
- id: trailing-whitespace
|
||||
exclude: ^frontend/src/client/.*
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
|
||||
Reference in New Issue
Block a user