Open zrzka opened 7 years ago
http://flake8.pycqa.org is a wrapper around both pyflakes and pep8 for other platforms.
https://github.com/openstack-dev/hacking is a wrapper around flake8 adding even more error checks.
I checked Pythonista frameworks and I didn't find flake8. So I decided to go with pyflakes & pep8, which are available (not forcing users to install dependencies). But I agree it would be nice if we can have #85 fixed and flake8 will be used for editor.analyze
/ Wrench & Analyze.
Correct. Flake8 is not currently part of Pythonista so your choice of pyflakes & pep8 was the right way to go.
This issue renders #350, #349, #352 as obsolete and #351 (
editor.analyze
) can do both things.I just released Analyze & Check Style in Black Mamba. What it does? One shortcut for:
pyflakes
analysis,pep8
code style check.We can end up with more than one annotation on a line. That's okay, I'm displaying it in this way:
',\n'.join()
of all annotationsAlso it should:
Check attached screenshot: