python-linters

This package is a All-In-One linter for python code, it internally use multiple linting tools

Éric Larivière

26,921

3

0.0.5

MIT

GitHub

This package provides the following services:

Atom-Python-Linters

KISS solution to lint python code within Atom.

repo status Active last commit

python-linters_BugTracker Build Status

This atom package is a All-In-One linter for python code, it internally use multiple linting tools:

The lint triggers of all of those linting tools can individually be configure to

You don't need to install all of those lint tool if you don't want/need them. If any of the above lint tool is not install, it will be detected and a user friendly message will guide you to either install it or change its lint trigger to 'Never'.

To provide specific lint options, python-linters supports setup.cfg configuration file format which is supported by all of the above lint tool.

Having lint options in a file external to the IDE settings allows to share the configuration with other process like manual run or CI and therefore obtain consistent lint results.

Prerequisites

Installation steps

apm install python-linters

⎇ Alternatives

Use the following atom linting packages:

Note: You can use any of the above alternate linting packages in parallel with python-linters. In which case you should set their lint trigger setting to Never to avoid double processing.

⚖️ License

This project is licensed under the MIT License - see the LICENSE.txt file for details

👩👨