Add precommit hook for enforcing markdown format with mdformat

This commit is contained in:
2021-04-16 01:26:12 -04:00
parent 19828a92f0
commit 51f4f33481
2 changed files with 16 additions and 4 deletions

View File

@@ -67,3 +67,13 @@ repos:
language: system
types:
- text
- id: mdformat
name: mdformat
entry: mdformat
language: system
args:
- "--number"
- "--wrap=90"
types:
- markdown