Skip to content

Commit

Permalink
exclude readmes from trailing whitespace check (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinefrasca authored Jan 23, 2025
1 parent e3adb2c commit f16403a
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 @@ -5,6 +5,7 @@ repos:
- id: check-toml
- id: check-yaml
- id: trailing-whitespace
exclude_types: ['markdown']
- id: check-merge-conflict
- id: mixed-line-ending
- repo: local
Expand Down

0 comments on commit f16403a

Please sign in to comment.