Skip to content

Commit 7e51fa6

Browse files
committed
Weekly updates
1 parent 712e2b4 commit 7e51fa6

2 files changed

Lines changed: 133 additions & 127 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_stages: [pre-commit, pre-merge-commit, manual]
55

66
repos:
77
- repo: https://github.com/astral-sh/uv-pre-commit
8-
rev: 0.9.30
8+
rev: 0.10.3
99
hooks:
1010
- id: uv-lock
1111
always_run: true
@@ -21,7 +21,7 @@ repos:
2121
- id: codespell
2222

2323
- repo: https://github.com/tombi-toml/tombi-pre-commit
24-
rev: v0.7.27
24+
rev: v0.7.29
2525
hooks:
2626
- id: tombi-format
2727
- id: tombi-lint
@@ -32,7 +32,7 @@ repos:
3232
- id: sync-with-uv
3333

3434
- repo: https://github.com/rhysd/actionlint
35-
rev: v1.7.10
35+
rev: v1.7.11
3636
hooks:
3737
- id: actionlint
3838
additional_dependencies: [github.com/wasilibs/go-shellcheck/cmd/shellcheck@latest] # yamllint disable-line rule:key-ordering
@@ -56,14 +56,14 @@ repos:
5656
args: [--strict]
5757

5858
- repo: https://github.com/renovatebot/pre-commit-hooks
59-
rev: 43.3.4
59+
rev: 43.17.1
6060
hooks:
6161
- id: renovate-config-validator
6262
args: [--strict]
6363
stages: [manual]
6464

6565
- repo: https://github.com/python-jsonschema/check-jsonschema
66-
rev: 0.36.1
66+
rev: 0.36.2
6767
hooks:
6868
- id: check-jsonschema
6969
args: [--schemafile, 'https://json.schemastore.org/yamllint.json'] # yamllint disable-line rule:quoted-strings
@@ -116,7 +116,7 @@ repos:
116116
args: [--autofix]
117117

118118
- repo: https://github.com/astral-sh/ruff-pre-commit
119-
rev: v0.15.0
119+
rev: v0.15.1
120120
hooks:
121121
- id: ruff-check
122122
args: [--fix]

0 commit comments

Comments
 (0)