From 9f941bdc9e18bfc6a9dadbd9ec824275c2a3b97e Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Wed, 20 Apr 2022 08:46:16 +0200 Subject: [PATCH] [enh] #423: Add mdformat pre-commit hook --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 37ced029..00f78983 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,3 +39,7 @@ repos: args: - --license-filepath - license_header.txt +- repo: https://github.com/executablebooks/mdformat + rev: 0.7.14 + hooks: + - id: mdformat -- GitLab