Autoformat markdown files pre-commit hook

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2022-08-10 16:49:09 +01:00 committed by Pedro Algarvio
parent 3202f803e5
commit 63f427c61d

View file

@ -11,6 +11,11 @@ repos:
args: [--fix=lf]
- id: end-of-file-fixer # Makes sure files end in a newline and only a newline.
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.14
hooks:
- id: mdformat
- repo: https://github.com/psf/black
rev: 22.3.0
hooks: