parent
fa6d37a41f
commit
397c5065ba
1 changed files with 0 additions and 8 deletions
@ -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…
Reference in new issue