A tool to check Python code against PEP 8 style conventions.
pycodestyle {{file.py}}
pycodestyle {{file1.py}} {{file2.py}} {{file3.py}}
pycodestyle --first {{file.py}}
pycodestyle --show-source {{file.py}}
pycodestyle --show-pep8 {{file.py}}