We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aded027 commit 8906d4bCopy full SHA for 8906d4b
.pre-commit-config.yaml
@@ -41,7 +41,7 @@ repos:
41
# biome-format Format the committed files
42
# biome-lint Lint and apply safe fixes to the committed files
43
- repo: https://github.com/biomejs/pre-commit
44
- rev: v2.4.9
+ rev: v2.4.10
45
hooks:
46
- id: biome-check
47
additional_dependencies: ["@biomejs/biome@^1.0.0"]
@@ -55,7 +55,7 @@ repos:
55
56
# runs the ruff linter and formatter
57
- repo: https://github.com/astral-sh/ruff-pre-commit
58
- rev: v0.15.8
+ rev: v0.15.9
59
60
# linter
61
- id: ruff-check # runs ruff check --force-exclude
0 commit comments