Skip to content

Lint python in the Atom on the fly, using pylama

License

Notifications You must be signed in to change notification settings

rugk/linter-pylama

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Lint python in the Atom on the fly, using pylama

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • CoffeeScript 0.8%