remove that install script

albatross
Willem Melching 2020-04-24 14:26:01 -07:00
parent fa6d37a41f
commit 397c5065ba
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!/usr/bin/env sh
if [ -z $(which flake8) ]; then
echo "Installing flake8"
sudo pip install flake8
fi
echo "Setting up commit hook"
cp -u --remove-destination pre-commit.sh .git/hooks/pre-commit