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 0344588 commit 6be4f1fCopy full SHA for 6be4f1f
.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.253.2
+ rev: 40.26.3
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.6
+ rev: v0.11.11
22
23
- id: ruff
24
name: "lint with ruff"
@@ -35,7 +35,7 @@ repos:
35
36
- repo: https://github.com/astral-sh/uv-pre-commit
37
# uv version.
38
- rev: 0.6.14
+ rev: 0.7.8
39
40
# Update the uv lockfile
41
- id: uv-lock
0 commit comments