Skip to content

Commit 67dba0f

Browse files
authored
🔧 Add Biome to pre-commit config (fastapi#1098)
1 parent 7464ebb commit 67dba0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ repos:
1818
args:
1919
- --fix
2020
- id: ruff-format
21+
- repo: https://github.com/biomejs/pre-commit
22+
rev: v0.1.0
23+
hooks:
24+
- id: biome-check
25+
additional_dependencies: ["@biomejs/[email protected]"]
2126

2227
ci:
2328
autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

0 commit comments

Comments
 (0)