Skip to content
Lint python in the Atom on the fly, using pylama
Python Other
Latest commit 79241d4 @gmist gmist Prepare 0.2.9 release
Failed to load latest commit information.
bin Fix and close #32
lib Fix and close #34
.gitignore Added gitignore.
CHANGELOG.md Update changelog
LICENSE Initial commit
README.md Remove donation info
in_action.gif Added in action GIF.
package.json Prepare 0.2.9 release

README.md

linter-pylama

This package will lint your opened Python-files in Atom, using pylama (wrapper for pylint, pep8, pep257, pyflakes and mccabe).

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.

Something went wrong with that request. Please try again.