Fix Colab-update pre-commit EOF bug (#8810)

pull/8811/head
Glenn Jocher 2022-07-31 19:57:40 +02:00 committed by GitHub
parent afa403a809
commit 40c41e4269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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