mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-20 21:53:16 +08:00
🔧 Add Biome to pre-commit config (#1098)
This commit is contained in:
parent
7eafadd552
commit
80083299eb
@ -18,6 +18,11 @@ repos:
|
||||
args:
|
||||
- --fix
|
||||
- id: ruff-format
|
||||
- repo: https://github.com/biomejs/pre-commit
|
||||
rev: v0.1.0
|
||||
hooks:
|
||||
- id: biome-check
|
||||
additional_dependencies: ["@biomejs/biome@1.4.1"]
|
||||
|
||||
ci:
|
||||
autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user