diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ebd69a..7f41b28 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -71,7 +71,7 @@ repos: - id: biome-check args: [--error-on-warnings] additional_dependencies: - - '@biomejs/biome@2.4.13' + - '@biomejs/biome@2.4.14' - repo: https://github.com/rvben/rumdl-pre-commit rev: v0.1.87 hooks: diff --git a/biome.json b/biome.json index 287c052..d1610d7 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.4.13/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.14/schema.json", "linter": { "enabled": true },