Skip to content

Commit

Permalink
Add end of file fixer to pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Mar 8, 2024
1 parent 3c26402 commit 317af70
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:
hooks:
- id: trailing-whitespace
- id: mixed-line-ending
- id: end-of-file-fixer
- repo: https://github.com/pycqa/flake8
rev: 3.9.2
hooks:
Expand Down

0 comments on commit 317af70

Please sign in to comment.