Skip to content

Commit 6186d3a

Browse files
committed
deps
1 parent 67d0f4e commit 6186d3a

File tree

4 files changed

+511
-534
lines changed

4 files changed

+511
-534
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
skip: ["eslint"]
44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.14.9
6+
rev: v0.14.10
77
hooks:
88
- id: ruff-check
99
args: ["--fix"]
@@ -16,7 +16,7 @@ repos:
1616
additional_dependencies:
1717
- mdformat-gfm
1818
- repo: https://github.com/biomejs/pre-commit
19-
rev: v2.3.8
19+
rev: v2.3.10
2020
hooks:
2121
- id: biome-check
2222
args: ["--error-on-warnings"]
@@ -31,7 +31,7 @@ repos:
3131
additional_dependencies:
3232
3333
34-
34+
3535
- id: stylelint
3636
name: stylelint
3737
language: node

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
33
"files": {
44
"includes": ["**", "!docs/templates/**/*.html", "!src/fava/**/*.html"]
55
},

0 commit comments

Comments
 (0)