Forum Archive

pep8 checker need to be updated.

[deleted]

https://github.com/PyCQA/pycodestyle/blob/master/README.rst
pycodestyle (formerly called pep8) - Python style guide checker

ccc

I think Pythonista’s current checker is https://pypi.org/project/pyflakes/ not pycodestyle

[deleted]

@ccc The style checker.

ccc

https://github.com/cclauss/pythonista-module-versions

import pep8 ; print(pep8.__version__)
'1.7.0'

[deleted]

@ccc

pycodestyle (formerly called pep8) - Python style guide checker