pycodestyle is a tool to check your Python code against some of the style conventions in PEP 8. $ pycodestyle --first optparse.py optparse.py:69:11: E401 multiple imports on one line optparse.py:77:1: ...
Look to these free tools to ensure that your Python code complies with recommended Python coding conventions and code quality standards In theory, any Python code is OK as long as it’s syntactically ...
I'm not sure who maintains the publishing of the pycodestyle module in PyPI, but I've been running into issues very similar to #741, where pytest-flake8 was pulling in v2.3.1 of pycodestyle yet ...