Skip to content

Commit

Permalink
chore(precommit): ignore changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bj00rn committed Nov 9, 2024
1 parent d5ec774 commit 4890e3d
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 @@ -12,6 +12,7 @@ repos:
rev: v5.0.0
hooks:
- id: trailing-whitespace
exclude: CHANGELOG.md
- id: check-ast
- id: check-case-conflict
- id: check-docstring-first
Expand All @@ -23,6 +24,7 @@ repos:
args:
- --fix=lf
- id: end-of-file-fixer
exclude: CHANGELOG.md
- id: requirements-txt-fixer
files: requirements.txt|requirements-dev.txt
- id: debug-statements
Expand Down

0 comments on commit 4890e3d

Please sign in to comment.