We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae61b7 commit a54c61aCopy full SHA for a54c61a
.pre-commit-config.yaml
@@ -12,13 +12,13 @@ repos:
12
- id: end-of-file-fixer
13
14
- repo: https://github.com/renovatebot/pre-commit-hooks
15
- rev: 39.213.0
+ rev: 39.262.1
16
hooks:
17
- id: renovate-config-validator
18
files: ^renovate\.json$
19
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: v0.11.2
+ rev: v0.11.7
22
23
- id: ruff
24
args: ["--output-format=concise"]
@@ -36,7 +36,7 @@ repos:
36
37
- repo: https://github.com/astral-sh/uv-pre-commit
38
# uv version.
39
- rev: 0.6.9
+ rev: 0.6.17
40
41
# Update the uv lockfile
42
- id: uv-lock
0 commit comments