Skip to content

Commit 339766c

Browse files
Update pre-commit
1 parent b21e3c5 commit 339766c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

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

66
repos:
77
- repo: https://github.com/astral-sh/uv-pre-commit
8-
rev: 0.10.7
8+
rev: 0.10.10
99
hooks:
1010
- id: uv-lock
1111
always_run: true
1212

1313
- repo: https://github.com/gitleaks/gitleaks
14-
rev: v8.30.0
14+
rev: v8.30.1
1515
hooks:
1616
- id: gitleaks
1717

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

2323
- repo: https://github.com/tombi-toml/tombi-pre-commit
24-
rev: v0.9.0
24+
rev: v0.9.5
2525
hooks:
2626
- id: tombi-format
2727
- id: tombi-lint
@@ -56,7 +56,7 @@ repos:
5656
args: [--strict]
5757

5858
- repo: https://github.com/renovatebot/pre-commit-hooks
59-
rev: 43.50.0
59+
rev: 43.73.2
6060
hooks:
6161
- id: renovate-config-validator
6262
args: [--strict]
@@ -116,7 +116,7 @@ repos:
116116
args: [--autofix]
117117

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

0 commit comments

Comments
 (0)