diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b6d70c60..5a55a3cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,11 @@ -exclude: '^.*\.(md|MD)$' repos: + - repo: https://github.com/executablebooks/mdformat + rev: 0.7.17 + hooks: + - id: mdformat + additional_dependencies: + - mdformat-gfm + - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.1.0 hooks: