We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d3a28 commit b65b68eCopy full SHA for b65b68e
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v2.2.3
+ rev: v6.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: check-yaml
@@ -9,20 +9,20 @@ repos:
9
- id: end-of-file-fixer
10
exclude: '^.+?\.json$'
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.15.8
+ rev: v0.15.16
13
14
- id: ruff
15
args: [--fix]
16
- id: ruff-format
17
- repo: https://github.com/astral-sh/uv-pre-commit
18
- rev: 0.11.3
+ rev: 0.11.6
19
20
- id: uv-lock
21
- repo: https://github.com/google/yamlfmt
22
- rev: v0.14.0
+ rev: v0.21.0
23
24
- id: yamlfmt
25
- repo: https://github.com/rhysd/actionlint
26
- rev: v1.7.7
+ rev: v1.7.11
27
28
- id: actionlint
0 commit comments