Skip to content

Commit 9e63648

Browse files
Merge branch 'main' into 453-action-reminders
2 parents 8e2a778 + 40b8a62 commit 9e63648

File tree

2 files changed

+102
-91
lines changed

2 files changed

+102
-91
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: hadolint
1212

1313
- repo: https://github.com/renovatebot/pre-commit-hooks
14-
rev: 40.32.7
14+
rev: 40.36.8
1515
hooks:
1616
- id: renovate-config-validator
1717
args: [--strict]
@@ -29,7 +29,7 @@ repos:
2929
- id: gitlint-ci
3030

3131
- repo: https://github.com/gitleaks/gitleaks
32-
rev: v8.26.0
32+
rev: v8.27.0
3333
hooks:
3434
- id: gitleaks
3535

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

7676
- repo: https://github.com/astral-sh/ruff-pre-commit
77-
rev: v0.11.11
77+
rev: v0.11.12
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.7.8
85+
rev: 0.7.9
8686
hooks:
8787
- id: uv-lock
8888
always_run: true

0 commit comments

Comments
 (0)