AtomLinter / linter-pycodestyle

Pycodestyle (PEP8) Linter plugin
MIT License
33 stars 14 forks source link

linter-pycodestyle

Greenkeeper badge

This linter plugin for Linter provides an interface to pycodestyle. It will be used with Python files.

Installation

Linter package must be installed in order to use this plugin. If Linter is not installed, please follow the instructions here.

pycodestyle installation

Before using this plugin, you must ensure that pycodestyle is installed on your system. To install pycodestyle, do the following:

Install pycodestyle by typing the following in a terminal:

pip install pycodestyle

Now you can proceed to install the linter-pycodestyle plugin.

Plugin installation

 apm install linter-pycodestyle

Settings

You can configure linter-pycodestyle from the settings menu: