pycodestyle¶
New in version 2.0.
pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8.
Installation¶
pycodestyle can be installed on most systems by running:
$ pip install pycodestyle
It may also be available in your system’s package manager.