pycodestyle

Python style guide checker that validates PEP 8 compliance

brewmacoslinux
Try with needOr install directly
Source

About

Simple Python style checker in one Python file

Commands

pycodestyle

Examples

Check a single Python file for style violations$ pycodestyle myfile.py
Check an entire directory recursively$ pycodestyle /path/to/project
Show detailed error codes and statistics$ pycodestyle --statistics --count myfile.py