From 4ac9c9ad6bf053bd6cbfd11f7844f4d4538ff0e0 Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Tue, 13 Sep 2016 12:01:33 +0200 Subject: Add check_pep8.sh --- check_pep8.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 check_pep8.sh diff --git a/check_pep8.sh b/check_pep8.sh new file mode 100755 index 0000000..068c226 --- /dev/null +++ b/check_pep8.sh @@ -0,0 +1,3 @@ +#!/bin/sh +pep8 . +[ $? = 0 ] && echo "Success!" || echo "There were some warnings." -- cgit v1.2.3