Skip to content

Commit

Permalink
Add EOF fixer, no commit to master
Browse files Browse the repository at this point in the history
  • Loading branch information
wsanchez committed Mar 26, 2024
1 parent 2bb8cba commit 2412311
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,15 @@ repos:
- id: detect-private-key
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: end-of-file-fixer
- id: forbid-new-submodules
- id: mixed-line-ending
- id: name-tests-test
args:
- --pytest-test-first
- id: requirements-txt-fixer
- id: no-commit-to-branch
args: ["--branch", "master"]
- id: trailing-whitespace

- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down

0 comments on commit 2412311

Please sign in to comment.