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 262d50d commit fb5f41eCopy full SHA for fb5f41e
.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.7.1
+ rev: 39.9.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.7.2
+ rev: v0.7.3
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.1
39
40
# Update the uv lockfile
41
- id: uv-lock
0 commit comments