Skip to content

Commit b73acad

Browse files
committed
Remove redundant Biome pre-commit additional dependencies and update biome.json
Committed via https://github.com/asottile/all-repos
1 parent 873f2b1 commit b73acad

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ repos:
4040
rev: v2.4.15
4141
hooks:
4242
- id: biome-check
43-
additional_dependencies: ["@biomejs/biome@1.8.1"]

biome.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.4.0/schema.json",
3-
"organizeImports": {
4-
"enabled": false
2+
"$schema": "https://biomejs.dev/schemas/2.4.15/schema.json",
3+
"assist": {
4+
"actions": {
5+
"source": {
6+
"organizeImports": "off"
7+
}
8+
}
59
},
610
"formatter": {
711
"indentStyle": "space",

0 commit comments

Comments
 (0)