Skip to content

Commit

Permalink
ci: ignore mixed line endings on the CHANGELOG (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
raddessi authored Jan 30, 2024
1 parent 241163e commit 3a86244
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 @@ -28,6 +28,7 @@ repos:
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: mixed-line-ending
exclude: "^CHANGELOG.md$"
- id: requirements-txt-fixer
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
Expand Down

0 comments on commit 3a86244

Please sign in to comment.