remove that install script

pull/1407/head
Willem Melching 5 years ago
parent fa6d37a41f
commit 397c5065ba
  1. 8
      install_pre_commit_hook.sh

@ -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
Loading…
Cancel
Save