[deleted]
Mar 25, 2019 - 01:01
https://github.com/PyCQA/pycodestyle/blob/master/README.rst
pycodestyle (formerly called pep8) - Python style guide checker
https://github.com/PyCQA/pycodestyle/blob/master/README.rst
pycodestyle (formerly called pep8) - Python style guide checker
I think Pythonista’s current checker is https://pypi.org/project/pyflakes/ not pycodestyle
@ccc The style checker.
https://github.com/cclauss/pythonista-module-versions
import pep8 ; print(pep8.__version__)
'1.7.0'
@ccc
pycodestyle (formerly called pep8) - Python style guide checker