From 7fd17b65c28e5910e6ca292558e465444d3b28af Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 31 Jul 2022 19:56:51 +0200 Subject: [PATCH] Fix Colab-update pre-commit EOF bug --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b8f28c77506..97da994e2917 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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