[pep8]
flags = style
apt = pep8
files = *.py
types = text/x-python
command = pep8 --ignore W191 {files}

