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 fb16264 commit 6c07d0cCopy full SHA for 6c07d0c
.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.0.1
+ rev: 39.20.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.7.2
+ rev: v0.7.4
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.4.30
+ rev: 0.5.2
39
40
# Update the uv lockfile
41
- id: uv-lock
0 commit comments