Jun-02-2017, 06:57 AM
pyflakes vs flake8 - which one is used to warn python script errors ?
pyflakes vs flake8
|
Jun-02-2017, 06:57 AM
pyflakes vs flake8 - which one is used to warn python script errors ?
I have both installed in Atom eg linter-flake8,
use flake8 sometimes,has both always off when writing code if not they are annoying. Now do i know PEP-8 well,and follow the most of it.
Jun-02-2017, 08:13 AM
Thanks for your response.
My query is specifically do flake-8/PEP-8 catch the scripting errors or they catch the styling issues in the code. In the other side, pyflakes catches the scripting errors. Quote:My query is specifically do flake-8/PEP-8 catch the scripting errors or they catch the styling issues in the code.Flake8 bring together pep8 and pyflakes. Quote:flake8: pep8 + pyflakes + moreCatch mostly style issues,it do warn for some stuff that be error in code. Like eg if write self.name = nam it will warn on undefined name nam .
|
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Pylint/pyflakes/flake8 missed AttributeError | elyoni | 2 | 2,522 |
Feb-19-2020, 07:36 AM Last Post: elyoni |