remove that install script

old-commit-hash: 397c5065baebf08758c9e812d2d61d731eab8ccc
This commit is contained in:
Willem Melching
2020-04-24 14:26:01 -07:00
parent d8d2b6bead
commit b3c636e7d1
-8
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