From 2360a3073eee0160f4619914d533beca545c7580 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 31 Jul 2022 19:57:40 +0200 Subject: [PATCH] Fix Colab-update pre-commit EOF bug (#8810) --- .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