Install Python Linters in Atom

I installed the relevant Python packages first e.g.

sudo apt-get install flake8 python3-flake8 python3-pep8 python-pep8-naming python3-setuptools pylint3

Then on the Atom menu use: Edit > Preferences

then search for atom packages such as flake8, pep8, pep257 and pylint:

Python LintersThen click the install button.

After restarting style advice is shown in the editor:

 

 

Leave a Reply

  • (will not be published)

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>