Skip to content

Commit

Permalink
add mdformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Aug 2, 2021
1 parent 7a1e972 commit bba9679
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ repos:
args: [ --line-length=120 ]
additional_dependencies: [ black==21.7b0 ]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.7
hooks:
- id: mdformat
additional_dependencies:
- mdformat-gfm
- mdformat-black
- mdformat_frontmatter

- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
Expand Down

0 comments on commit bba9679

Please sign in to comment.