This package will lint your opened Python-files in Atom, using pylint.
$ apm install linter-pylint
%p
for the current project (no trailing /).%m
is the message, %i
is the numeric message ID (e.g. W0613)
and %s
is the human-readable message ID (e.g. unused-argument).PYTHONPATH
environment variable. Use %p
for the current project
directory (e.g. %p/vendor
) or %f
for the directory of the current
file location.%p
for the current project directory or %f
for the directory of the current
file location.%p
for the current project directory or %f
for the
directory of the current file.%p
will fallback to the current file's directory (equivilent to %f
) if no project directory can be determined.There are other linters available - take a look at the linters mainpage.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.