Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

AtomLinter/linter-pyflakes

Repository files navigation

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