We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f38416 commit ad2c3a4Copy full SHA for ad2c3a4
.pre-commit-config.yaml
@@ -50,7 +50,7 @@ repos:
50
- id: destroyed-symlinks
51
- id: detect-private-key
52
- repo: https://github.com/biomejs/pre-commit
53
- rev: "v2.3.12"
+ rev: "v2.3.13"
54
hooks:
55
- id: biome-check
56
- id: biome-lint
biome.jsonc
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.3.13/schema.json",
3
"vcs": {
4
"enabled": true,
5
"clientKind": "git",
0 commit comments