From a6caa85a58d81aa4cd47172979a9c94aa8a902c6 Mon Sep 17 00:00:00 2001 From: Kevin Locke Date: Sun, 10 Feb 2019 20:37:13 -0700 Subject: 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 --- doc/ale-supported-languages-and-tools.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/ale-supported-languages-and-tools.txt') diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 5668ff82..8a117881 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -332,6 +332,7 @@ Notes: * `prospector` * `pycodestyle` * `pydocstyle` + * `pylama`!! * `pylint`!! * `pyls` * `pyre` -- cgit v1.2.3