Skip to content

Commit a42f932

Browse files
renovate[bot]autofix-ci[bot]CarrotManMatt
authored
Update pre-commit (#804)
* Update pre-commit * [autofix.ci] apply automated fixes * Reapply updates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Matt Norton <matt@carrotmanmatt.com>
1 parent c2f5f98 commit a42f932

2 files changed

Lines changed: 83 additions & 83 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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.25
8+
rev: 0.11.29
99
hooks:
1010
- id: uv-lock
1111
always_run: true
@@ -16,19 +16,19 @@ repos:
1616
- id: gitleaks
1717

1818
- repo: https://github.com/codespell-project/codespell
19-
rev: v2.4.2
19+
rev: v2.4.3
2020
hooks:
2121
- id: codespell
2222

2323
- repo: https://github.com/tombi-toml/tombi-pre-commit
24-
rev: v1.1.6
24+
rev: v1.2.0
2525
hooks:
2626
- exclude: \A.+\.lock\Z
2727
id: tombi-format
2828
- id: tombi-lint
2929

3030
- repo: https://github.com/tsvikas/sync-with-uv
31-
rev: v0.5.0
31+
rev: v0.6.0
3232
hooks:
3333
- id: sync-with-uv
3434

@@ -40,7 +40,7 @@ repos:
4040
args: [-pyflakes=]
4141

4242
- repo: https://github.com/zizmorcore/zizmor-pre-commit
43-
rev: v1.26.1
43+
rev: v1.27.0
4444
hooks:
4545
- id: zizmor
4646
args: [--no-progress, --fix, --persona=auditor]
@@ -63,7 +63,7 @@ repos:
6363
args: [--strict]
6464

6565
- repo: https://github.com/renovatebot/pre-commit-hooks
66-
rev: 43.249.0
66+
rev: 43.265.3
6767
hooks:
6868
- id: renovate-config-validator
6969
args: [--strict]
@@ -123,7 +123,7 @@ repos:
123123
args: [--autofix]
124124

125125
- repo: https://github.com/astral-sh/ruff-pre-commit
126-
rev: v0.15.21
126+
rev: v0.15.22
127127
hooks:
128128
- id: ruff-check
129129
args: [--fix]

0 commit comments

Comments
 (0)