Skip to content

Commit fea44e8

Browse files
phoflYi Wei
authored and
Yi Wei
committed
Install pre-commit automatically in gitpod (pandas-dev#52856)
Install pre-commit (cherry picked from commit 5408f69)
1 parent 1b89712 commit fea44e8

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)