Skip to content
Snippets Groups Projects

Adding code of conduct and Markdownlint

Merged Vuillaume requested to merge markdownlint into master
5 files
+ 126
32
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 9
0
@@ -39,3 +39,12 @@ repos:
args:
- --line-length=120
- --profile=black
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.30.0
hooks:
- id: markdownlint
args:
[
"--disable=MD041"
]
Loading