We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 864261d + 0668a25 commit e59742cCopy full SHA for e59742c
2 files changed
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
- id: trailing-whitespace
8
- id: no-commit-to-branch
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.11.6
+ rev: v0.11.5
11
hooks:
12
- id: ruff-format
13
args: [ --preview, --config=pyproject.toml ]
renovate.json
@@ -18,22 +18,27 @@
18
"packageRules": [
19
{
20
"matchManagers": [
21
- "uv"
+ "github-actions"
22
+ ],
23
+ "labels": [
24
25
]
26
},
27
28
- "github-actions"
29
+ "pre-commit"
30
],
31
"labels": [
32
33
34
35
36
- "uv",
- "pip"
-
37
+ "pip-compile",
38
+ "pip_requirements",
39
+ "pip_setup",
40
+ "pipenv",
41
+ "poetry"
42
43
44
"python"
0 commit comments