diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 465696947..3d16d8a79 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,12 +29,12 @@ repos: - id: rst-backticks - id: rst-directive-colons - repo: https://github.com/biomejs/pre-commit - rev: v2.3.5 + rev: v2.3.7 hooks: - id: biome-check verbose: true - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.14.5' + rev: 'v0.14.6' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/biome.json b/biome.json index 2fce79fdf..63ae76f9d 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.2.3/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.7/schema.json", "formatter": { "enabled": true, "useEditorconfig": true