summaryrefslogtreecommitdiff
path: root/ale_linters/python/pyflakes.vim
AgeCommit message (Collapse)Author
2018-06-05Allow all Python linter executables to be set to `pipenv`.Eddie Lebow
It appends ` run {linter_name}`, analogously to the Ruby linters when the executable is set to `bundle`
2018-04-09Close #542 - Add an option for disabling running locally installed ↵w0rp
executables by default
2017-11-17Fix #516 - Add support for pyflakes for Pythonw0rp