linter-pyflakes
Linter plugin for pyflakes
AtomLinter 29,553 41 0.3.2 MIT GitHub
  • Archived

    Source Code has been archived

linter-pyflakes

Build Status Travis Build Status AppVeyor Plugin installs! Package version! Dependencies!

This package will lint the opened .py files in Atom through pyflakes.

The changelog lists the changes for each release.

Installation

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

  1. On Linux:

    [sudo] pip install pyflakes
    

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

Plugin installation

apm install linter-pyflakes