flake8

Flake8 validation for Atom

julozi

723

3

0.6.0

MIT

GitHub

flake8 validation for Atom

flake8 is an atom package that let you run flake8 validation on your current Python file.

preview

Installation

Use the Atom package manager, which can be found in the Settings view or run apm install flake8 from the command line.

The package requires the flake8 program to be installed on your system. To install flake8, run pip install flake8 or easy_install flake8 from the command line.

The flake8 package has been tested against flake8 version 2.1.0.

For more information about flake8 see the official documentation page

Settings

Licence

MIT