remove that install script

old-commit-hash: 397c5065ba
commatwo_master
Willem Melching 5 years ago
parent d8d2b6bead
commit b3c636e7d1
  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