ale/ale_linters/python
Kevin Locke a6caa85a58 pylama: Use %s instead of %t
Although using %t to lint changes was desirable, many pylama checks use
surrounding paths and file contents (e.g. C0103 module name, E0402
relative import beyond top, etc.)  The more such errors I find during
testing, the less %t seems like a good idea.  Switch to %s.

Also set `lint_file` to 1 and mark Pylama as a file linter in the docs.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2019-02-12 10:45:26 -07:00
..
bandit.vim Complain about binary operators on the ends of lines 2019-02-10 11:43:48 +00:00
flake8.vim Support pylama for python (#2266) 2019-02-08 21:44:34 +00:00
mypy.vim
prospector.vim
pycodestyle.vim
pydocstyle.vim
pyflakes.vim
pylama.vim pylama: Use %s instead of %t 2019-02-12 10:45:26 -07:00
pylint.vim
pyls.vim
pyre.vim
vulture.vim Support pylama for python (#2266) 2019-02-08 21:44:34 +00:00