Skip to content

Commit

Permalink
Exclude markdown files from pre-commit formatter (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored May 21, 2024
1 parent daf3654 commit 0824f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ repos:
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: '.*\.md$'
- id: check-case-conflict
- id: check-yaml
- id: check-toml
Expand Down

0 comments on commit 0824f4d

Please sign in to comment.