Skip to content

Commit 67e709d

Browse files
authored
CI & CD: pre-commit autoupdate (#40)
1 parent 2e087c2 commit 67e709d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/renovate.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@
1313
"**/src/**",
1414
"**/templates/**",
1515
"**/tests/**"
16-
],
17-
"pre-commit": {
18-
"enabled": true
19-
}
16+
]
2017
}

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
ci:
2+
skip: [pylint]
3+
14
repos:
25
- repo: https://github.com/pre-commit/pre-commit-hooks
36
rev: v4.3.0

0 commit comments

Comments
 (0)