Skip to content

Commit

Permalink
ignore markdown files for trim-trailing-whitespace hook (#4727)
Browse files Browse the repository at this point in the history
  • Loading branch information
iknox-fa authored Feb 16, 2022
1 parent bb1f5b4 commit 3ad61d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ repos:
- id: check-json
- id: end-of-file-fixer
- id: trailing-whitespace
exclude_types:
- "markdown"
- id: check-case-conflict
- repo: https://github.com/psf/black
rev: 21.12b0
Expand Down

0 comments on commit 3ad61d5

Please sign in to comment.