Skip to content

Commit

Permalink
Add end-of-file-fixer pre-commit hook (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniu authored Nov 26, 2023
1 parent 565c1e0 commit 837ad67
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 @@ -19,6 +19,7 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: no-commit-to-branch
args:
- --branch=master
Expand Down

0 comments on commit 837ad67

Please sign in to comment.