Skip to content

Commit b65b68e

Browse files
committed
Update pre-commit versions
1 parent d3d3a28 commit b65b68e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.2.3
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: check-yaml
@@ -9,20 +9,20 @@ repos:
99
- id: end-of-file-fixer
1010
exclude: '^.+?\.json$'
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.15.8
12+
rev: v0.15.16
1313
hooks:
1414
- id: ruff
1515
args: [--fix]
1616
- id: ruff-format
1717
- repo: https://github.com/astral-sh/uv-pre-commit
18-
rev: 0.11.3
18+
rev: 0.11.6
1919
hooks:
2020
- id: uv-lock
2121
- repo: https://github.com/google/yamlfmt
22-
rev: v0.14.0
22+
rev: v0.21.0
2323
hooks:
2424
- id: yamlfmt
2525
- repo: https://github.com/rhysd/actionlint
26-
rev: v1.7.7
26+
rev: v1.7.11
2727
hooks:
2828
- id: actionlint

0 commit comments

Comments
 (0)