Skip to content

Commit

Permalink
Add mdformat to pre-commit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
csbnw committed Apr 19, 2024
1 parent e6b9d39 commit fa74e1f
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
Expand Up @@ -10,4 +10,10 @@ repos:
- repo: https://github.com/psf/black
rev: 24.4.0
hooks:
- id: black
- id: black
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
hooks:
- id: mdformat
args: ['--wrap=80']
files: README.md

0 comments on commit fa74e1f

Please sign in to comment.