Skip to content

Commit

Permalink
Exclude changelog.d folder from end-of-file-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Apr 30, 2024
1 parent 22c0312 commit ec2831a
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 @@ -6,6 +6,7 @@ repos:
- id: trailing-whitespace
- id: mixed-line-ending
- id: end-of-file-fixer
exclude: &exclude_pattern '^changelog.d/'
- repo: https://github.com/pycqa/flake8
rev: 3.9.2
hooks:
Expand Down

0 comments on commit ec2831a

Please sign in to comment.