Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

AtomLinter/linter-pylama

Repository files navigation

linter-pylama Build Status apm downloads GitHub license

This package will lint your opened Python-files in Atom, using pylama (wrapper for Pylint, pycodestyle/pep8, pydocstyle/pep257, Pyflakes, McCabe, Radon and isort).

img

Installation

With internal Pylama wrapper

  • $ apm install linter-pylama

With external Pylama wrapper

  • Install pylama.
  • If you need to pylint linter, you should install pylama_pylint module.
  • $ apm install linter-pylama

Other available linters

There are other linters available - take a look at the linters mainpage.