Skip to content

Commit 01c7d0b

Browse files
Update pre-commit (#790)
* Update pre-commit * Fix mismatched dependency updates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Norton <matt@carrotmanmatt.com>
1 parent 9e21626 commit 01c7d0b

2 files changed

Lines changed: 49 additions & 49 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.11.21
8+
rev: 0.11.24
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: v1.1.2
24+
rev: v1.1.5
2525
hooks:
2626
- exclude: \A.+\.lock\Z
2727
id: tombi-format
@@ -57,7 +57,7 @@ repos:
5757
args: [--strict]
5858

5959
- repo: https://github.com/renovatebot/pre-commit-hooks
60-
rev: 43.227.0
60+
rev: 43.242.0
6161
hooks:
6262
- id: renovate-config-validator
6363
args: [--strict]
@@ -117,7 +117,7 @@ repos:
117117
args: [--autofix]
118118

119119
- repo: https://github.com/astral-sh/ruff-pre-commit
120-
rev: v0.15.18
120+
rev: v0.15.19
121121
hooks:
122122
- id: ruff-check
123123
args: [--fix]

0 commit comments

Comments
 (0)