Fix Colab-update pre-commit EOF bug (#8810)
parent
afa403a809
commit
40c41e4269
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue