Skip to content

Commit

Permalink
Merge pull request #2870 from johannaengland/add-end-of-file-fixer-pr…
Browse files Browse the repository at this point in the history
…e-commit

Add end of file fixer to pre-commit hooks
  • Loading branch information
johannaengland authored Mar 8, 2024
2 parents 3c26402 + 317af70 commit bf356f6
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 bf356f6

Please sign in to comment.