django-uuslug/formatter.sh
2019-12-08 17:28:01 -05:00

11 lines
289 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
pycodestyle --exclude=migrations --ignore=E128,E225,E501 .