Skip to content

Commit

Permalink
pre-commit: add end-of-file-fixer hook, and run on all files
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Nov 18, 2024
1 parent f348b69 commit d95b666
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 @@ -38,6 +38,7 @@ repos:
- id: check-yaml
- id: debug-statements
- id: detect-private-key
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: requirements-txt-fixer
files: requirements/.*\.txt$
Expand Down

0 comments on commit d95b666

Please sign in to comment.