All Projects → AtomLinter → linter-pylama

AtomLinter / linter-pylama

Licence: MIT license
Lint python in the Atom on the fly, using pylama

Programming Languages

python
139335 projects - #7 most used programming language
coffeescript
4710 projects

Projects that are alternatives of or similar to linter-pylama

Atom Linter Alex
Linter plugin using alex to catch insensitive, inconsiderate writing
Stars: ✭ 87 (+295.45%)
Mutual labels:  atom, linter
Linter Jscs
Atom JSCS linter providers
Stars: ✭ 69 (+213.64%)
Mutual labels:  atom, linter
atom-minimap-linter
Atom package to display linter markers on minimap
Stars: ✭ 26 (+18.18%)
Mutual labels:  atom, linter
linter-elixirc
Atom Linter plugin for ElixirC
Stars: ✭ 14 (-36.36%)
Mutual labels:  atom, linter
Wsl Proxy
WSL proxy files for editor/linux interop
Stars: ✭ 134 (+509.09%)
Mutual labels:  atom, linter
Linter Js Standard
Atom linter plugin for JavaScript, using JavaScript Standard Style
Stars: ✭ 95 (+331.82%)
Mutual labels:  atom, linter
Linter Phpcs
Linter plugin for PHP, using PHP_CodeSniffer.
Stars: ✭ 64 (+190.91%)
Mutual labels:  atom, linter
Linter Write Good
An Atom linter interface for write-good.
Stars: ✭ 102 (+363.64%)
Mutual labels:  atom, linter
linter-glsl
Atom package that lints GLSL shaders on the fly.
Stars: ✭ 15 (-31.82%)
Mutual labels:  atom, linter
atom-perl6-editor-tools
A collection of useful Perl 6 editor tools
Stars: ✭ 19 (-13.64%)
Mutual labels:  atom, linter
BusinessCentral.LinterCop
Community driven code linter for AL (MS Dynamics 365 Business Central)
Stars: ✭ 29 (+31.82%)
Mutual labels:  linter
SublimeLinter-contrib-markdownlint
A Sublime Text Linter for Markdown/CommonMark files.
Stars: ✭ 29 (+31.82%)
Mutual labels:  linter
litho-lint-rules
Lint rules for Litho by Facebook http://fblitho.com/
Stars: ✭ 14 (-36.36%)
Mutual labels:  linter
markown-utilities
Markdown stylesheets and other minutiae
Stars: ✭ 17 (-22.73%)
Mutual labels:  atom
hyperlink
Very fast link checker for CI.
Stars: ✭ 85 (+286.36%)
Mutual labels:  linter
django-feed-reader
An RSS/Atom/JSONFeed reading + storing library for Django
Stars: ✭ 21 (-4.55%)
Mutual labels:  atom
Xi-UI
minimal monochrome UI theme for Atom
Stars: ✭ 26 (+18.18%)
Mutual labels:  atom
lint-sass-vue
Atom linter for Vue.js
Stars: ✭ 19 (-13.64%)
Mutual labels:  linter
atom-language-r
R syntax for Atom
Stars: ✭ 33 (+50%)
Mutual labels:  atom
atom-python-isort
Atom.io plugin to sort Python imports
Stars: ✭ 19 (-13.64%)
Mutual labels:  atom

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].