Skip to content

Commit 16e78b0

Browse files
Update pre-commit
1 parent 11fe34b commit 16e78b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
args: [--strict]
4040

4141
- repo: https://github.com/renovatebot/pre-commit-hooks
42-
rev: 42.71.2
42+
rev: 42.80.1
4343
hooks:
4444
- id: renovate-config-validator
4545
args: [--strict]
@@ -99,25 +99,25 @@ repos:
9999
args: [-h]
100100

101101
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
102-
rev: v2.15.0
102+
rev: v2.16.0
103103
hooks:
104104
- id: pretty-format-ini
105105
args: [--autofix]
106106

107107
- repo: https://github.com/tombi-toml/tombi-pre-commit
108-
rev: v0.7.14
108+
rev: v0.7.19
109109
hooks:
110110
- id: tombi-format
111111
- id: tombi-lint
112112

113113
- repo: https://github.com/astral-sh/uv-pre-commit
114-
rev: 0.9.21
114+
rev: 0.9.24
115115
hooks:
116116
- id: uv-lock
117117
always_run: true
118118

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

0 commit comments

Comments
 (0)