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 e3d8f0b commit f836b5cCopy full SHA for f836b5c
.pre-commit-config.yaml
@@ -5,6 +5,11 @@ repos:
5
- id: ruff
6
args: [--fix]
7
- id: ruff-format
8
+ - repo: https://github.com/python-jsonschema/check-jsonschema
9
+ rev: 0.29.4
10
+ hooks:
11
+ - id: check-github-workflows
12
+ - id: check-renovate
13
- repo: local
14
hooks:
15
- id: mypy
renovate.json
@@ -3,6 +3,7 @@
3
"extends": [
4
"config:recommended"
],
+ "configMigration": true,
"packageRules": [
{
"groupName": "ruff",
@@ -11,5 +12,6 @@
"automerge": true
}
- ]
+ ],
16
+ "platformAutomerge": true
17
0 commit comments