This package will lint the opened .py
files in Atom through pyflakes.
The changelog lists the changes for each release.
Before using this package, you must ensure that pyflakes
is installed on your system. To install pyflakes
, do the following:
On Linux:
[sudo] pip install pyflakes
Now you can proceed to install the linter-pyflakes plugin.
apm install linter-pyflakes
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.