Skip to content

Commit

Permalink
Update .pre-commit-config.yaml (ultralytics#8811)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored and Clay Januhowski committed Sep 8, 2022
1 parent 2360a30 commit 2d48899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: no-commit-to-branch
args: ['--branch', 'master']
- 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 2d48899

Please sign in to comment.