Skip to content

Commit 24c1183

Browse files
Merge main into 453-action-reminders
2 parents f9705bd + d1330d7 commit 24c1183

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ default_language_version:
66

77
repos:
88
- repo: https://github.com/hadolint/hadolint
9-
rev: v2.13.1
9+
rev: v2.14.0
1010
hooks:
1111
- id: hadolint-docker
1212

1313
- repo: https://github.com/renovatebot/pre-commit-hooks
14-
rev: 41.98.4
14+
rev: 41.125.3
1515
hooks:
1616
- id: renovate-config-validator
1717
args: [--strict]
1818
stages: [manual]
1919

2020
- repo: https://github.com/python-jsonschema/check-jsonschema
21-
rev: 0.33.3
21+
rev: 0.34.0
2222
hooks:
2323
- id: check-github-workflows
2424

@@ -74,15 +74,15 @@ repos:
7474
stages: [manual]
7575

7676
- repo: https://github.com/astral-sh/ruff-pre-commit
77-
rev: v0.12.12
77+
rev: v0.13.1
7878
hooks:
7979
- id: ruff
8080
args: [--fix]
8181

8282
- id: ruff-format
8383

8484
- repo: https://github.com/astral-sh/uv-pre-commit
85-
rev: 0.8.15
85+
rev: 0.8.20
8686
hooks:
8787
- id: uv-lock
8888
always_run: true

0 commit comments

Comments
 (0)