Skip to content
Snippets Groups Projects
Commit 07afa11f authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Fix typo in "pre-push"

parent ddbe84da
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# has to be copied to .git/hooks # has to be copied to .git/hooks
echo "Running pre-push hook" echo "Running pre-push hook"
echo "Running flak8 check" echo "Running flake8 check"
flake8 --append-config=.flake8 pystencils flake8 --append-config=.flake8 pystencils
# $? stores exit value of the last command # $? stores exit value of the last command
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment