Skip to content
Snippets Groups Projects

Fix typo in "pre-push"

Merged Stephan Seitz requested to merge seitz/pystencils:fix-typo-in-pre-push into master
Compare and
1 file
+ 1
1
Preferences
Compare changes
+ 1
1
@@ -4,7 +4,7 @@
# has to be copied to .git/hooks
echo "Running pre-push hook"
echo "Running flak8 check"
echo "Running flake8 check"
flake8 --append-config=.flake8 pystencils
# $? stores exit value of the last command