django-uuslug/pep8.sh
2014-03-08 08:39:34 -05:00

11 lines
282 B
Bash
Executable file

#!/bin/bash
# Ignoring autogenerated files
# -- Migration directories
# Ignoring error codes
# -- E128 continuation line under-indented for visual indent
# -- E225 missing whitespace around operator
# -- E501 line too long
pep8 --exclude=migrations --ignore=E128,E225,E501 .