parent
d8d2b6bead
commit
b3c636e7d1
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