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 2e087c2 commit 67e709dCopy full SHA for 67e709d
.github/renovate.json
@@ -13,8 +13,5 @@
13
"**/src/**",
14
"**/templates/**",
15
"**/tests/**"
16
- ],
17
- "pre-commit": {
18
- "enabled": true
19
- }
+ ]
20
}
.pre-commit-config.yaml
@@ -1,3 +1,6 @@
1
+ci:
2
+ skip: [pylint]
3
+
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
rev: v4.3.0
0 commit comments