Skip to content

Commit 4bb8ce7

Browse files
authored
Install pre-commit automatically in gitpod (#52856)
Install pre-commit (cherry picked from commit 5408f69)
1 parent 6f47a17 commit 4bb8ce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitpod.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tasks:
1515
git fetch --tags
1616
python setup.py build_ext --inplace -j 4
1717
echo "🛠 Completed rebuilding Pandas!! 🛠 "
18+
pre-commit install
1819
echo "✨ Pre-build complete! You can close this terminal ✨ "
1920
2021
# --------------------------------------------------------

0 commit comments

Comments
 (0)