flake8 is an atom package that let you run flake8 validation on your current Python file.
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
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.