describe the use of pre-commit hook in CONTRIBUTING.md

This commit is contained in:
Calin Cristian Andrei
2022-08-07 11:58:47 +00:00
parent d4082da97f
commit b3f7be7135
3 changed files with 14 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ repos:
rev: v0.11.0
hooks:
- id: markdownlint
args: [ -r, ~MD013 ]
args: [ -r, "~MD013,~MD029" ]
exclude: "^.git"
- repo: local