pycodestyle Command Examples

Check Python code against PEP 8 style conventions. More information: https://pycodestyle.readthedocs.io.

pycodestyle {{file.py}}

pycodestyle {{file1.py file2.py ...}}

pycodestyle --first {{file.py}}

pycodestyle --show-source {{file.py}}

pycodestyle --show-pep8 {{file.py}}