We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ba93e commit 32adf1bCopy full SHA for 32adf1b
2 files changed
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
args: ["--upgrade"]
28
stages: [manual]
29
- repo: https://github.com/biomejs/pre-commit
30
- rev: "v2.3.11"
+ rev: "v2.3.12"
31
hooks:
32
- id: biome-check
33
name: biome
@@ -68,15 +68,15 @@ repos:
68
entry: yamllint --strict
69
70
- repo: https://github.com/tombi-toml/tombi-pre-commit
71
- rev: v0.7.19
+ rev: v0.7.23
72
73
- id: tombi-format
74
alias: toml
75
- id: tombi-lint
76
77
78
- repo: https://github.com/astral-sh/ruff-pre-commit
79
- rev: v0.14.13
+ rev: v0.14.14
80
81
- id: ruff-format
82
alias: ruff
0 commit comments