From 5f2d0b4197338732ff6d6b53d637c97134ea0c9d Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Sat, 22 Apr 2023 22:37:51 +0200 Subject: [PATCH] Install pre-commit (cherry picked from commit 5408f696f59a83f5bf218d619702f75fe954864d) --- .gitpod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitpod.yml b/.gitpod.yml index 8b086a589a378..0a5b5648994ae 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -15,6 +15,7 @@ tasks: git fetch --tags python setup.py build_ext --inplace -j 4 echo "🛠 Completed rebuilding Pandas!! 🛠 " + pre-commit install echo "✨ Pre-build complete! You can close this terminal ✨ " # --------------------------------------------------------