Skip to content

Commit

Permalink
Fix Colab-update pre-commit EOF bug (ultralytics#8810)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jul 31, 2022
1 parent afa403a commit 40c41e4
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 @@ -16,6 +16,7 @@ repos:
rev: v4.3.0
hooks:
- id: end-of-file-fixer
stages: [commit] # avoid Colab update EOF issues
- id: trailing-whitespace
- id: check-case-conflict
- id: check-yaml
Expand Down

0 comments on commit 40c41e4

Please sign in to comment.