Skip to content

Commit cfa938e

Browse files
Update pre-commit
1 parent 11fe34b commit cfa938e

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
@@ -33,13 +33,13 @@ repos:
3333
- id: hadolint-docker
3434

3535
- repo: https://github.com/adrienverge/yamllint.git
36-
rev: v1.37.1
36+
rev: v1.38.0
3737
hooks:
3838
- id: yamllint
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)