Skip to content

Commit b010bea

Browse files
Update pre-commit (#473)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5861522 commit b010bea

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
@@ -11,14 +11,14 @@ repos:
1111
- id: hadolint
1212

1313
- repo: https://github.com/renovatebot/pre-commit-hooks
14-
rev: 39.227.2
14+
rev: 39.254.2
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.32.1
21+
rev: 0.33.0
2222
hooks:
2323
- id: check-github-workflows
2424

@@ -29,7 +29,7 @@ repos:
2929
- id: gitlint-ci
3030

3131
- repo: https://github.com/gitleaks/gitleaks
32-
rev: v8.24.2
32+
rev: v8.24.3
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.4
77+
rev: v0.11.6
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.6.13
85+
rev: 0.6.16
8686
hooks:
8787
- id: uv-lock
8888
always_run: true

0 commit comments

Comments
 (0)