Skip to content

Commit

Permalink
add mdformat to pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
tinvaan committed Feb 20, 2024
1 parent c38a2bf commit d191a84
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit d191a84

Please sign in to comment.