From b73acadb5076665198f4adba5fe5a6dff73a5876 Mon Sep 17 00:00:00 2001 From: Max R Date: Mon, 18 May 2026 14:49:29 -0400 Subject: [PATCH] Remove redundant Biome pre-commit additional dependencies and update biome.json Committed via https://github.com/asottile/all-repos --- .pre-commit-config.yaml | 1 - biome.json | 10 +++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f387ba22..29d3782a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,4 +40,3 @@ repos: rev: v2.4.15 hooks: - id: biome-check - additional_dependencies: ["@biomejs/biome@1.8.1"] diff --git a/biome.json b/biome.json index 03e2df98..e99b718f 100644 --- a/biome.json +++ b/biome.json @@ -1,7 +1,11 @@ { - "$schema": "https://biomejs.dev/schemas/1.4.0/schema.json", - "organizeImports": { - "enabled": false + "$schema": "https://biomejs.dev/schemas/2.4.15/schema.json", + "assist": { + "actions": { + "source": { + "organizeImports": "off" + } + } }, "formatter": { "indentStyle": "space",