pep8 checker need to be updated.
-
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'
-
pycodestyle (formerly called pep8) - Python style guide checker