diff --git a/qa_check.sh b/qa_check.sh new file mode 100755 index 000000000..19d418a01 --- /dev/null +++ b/qa_check.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +# QA checks: run this before every commit + +./manage.py check +pep8 --exclude=ipython_log.py* --exclude=migrations .