Examples (5)
Check the style of a single file
pycodestyle file.pyCheck the style of multiple files
pycodestyle file1.py file2.py ...Show only the first occurrence of an error
pycodestyle --first file.pyShow the source code for each error
pycodestyle --show-source file.pyShow the specific PEP 8 text for each error
pycodestyle --show-pep8 file.pymade by @shridhargupta | data from tldr-pages