We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4555a02 commit c744ecdCopy full SHA for c744ecd
.pre-commit-config.yaml
@@ -64,10 +64,11 @@ repos:
64
hooks:
65
- id: hadolint-docker
66
67
- - repo: https://github.com/markdownlint/markdownlint
68
- rev: v0.12.0
+ - repo: https://github.com/DavidAnson/markdownlint-cli2
+ rev: v0.18.1
69
70
- - id: markdownlint
+ - id: markdownlint-cli2
71
+ args: [--fix]
72
73
- repo: https://github.com/astral-sh/ruff-pre-commit
74
rev: v0.13.3
renovate.json
@@ -18,6 +18,9 @@
18
"automerge": true,
19
"enabled": true
20
},
21
+ "pre-commit": {
22
+ "enabled": true
23
+ },
24
"packageRules": [
25
{
26
"automerge": false,
0 commit comments