Commit 473204aa authored by Bram Schoenmakers's avatar Bram Schoenmakers

Remove Python 2 from pre-push hook

Thanks @mruwek for mentioning.
parent 3adbc019
......@@ -43,10 +43,6 @@ smoothly into topydo.
exit 1
fi
if ! python2 -m pylint --errors-only topydo test; then
exit 1
fi
if ! python3 -m pylint --errors-only topydo test; then
exit 1
fi
......
Markdown is supported
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