Skip to content
Snippets Groups Projects
Commit cc060471 authored by Martin Bauer's avatar Martin Bauer
Browse files

Merge branch 'fix-typo-in-pre-push' into 'master'

Fix typo in "pre-push"

See merge request pycodegen/pystencils!44
parents 44cbfd7e 07afa11f
1 merge request!44Fix typo in "pre-push"
Pipeline #17695 passed with warnings with stages
in 6 minutes and 7 seconds
...@@ -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