index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
ale-python.txt
Age
Commit message (
Expand
)
Author
2019-02-20
Merge pull request #2303 from kevinoid/bandit-use-config
w0rp
2019-02-17
python/bandit: Use .bandit configuration file
Kevin Locke
2019-02-17
python/pylint: Change directory to project root
Kevin Locke
2019-02-10
Document and test ale_python_vulture_options
Kevin Locke
2019-02-08
Support pylama for python (#2266)
Kevin Locke
2019-01-30
Respect python black fixer configuration file
Aiden Scandella
2019-01-26
Add bandit linter for Python
Martino Pilia
2019-01-20
Add support for pyls configuration options
yut23
2019-01-03
Fix some formatting issues
w0rp
2018-12-21
Add documentation for python_black_auto_pipenv
Miklós Tusz
2018-12-06
Add support for pydocstyle linter (#2085)
pmacosta
2018-09-15
Add `python_auto_pipenv` config var for all python linters.
Eddie Lebow
2018-09-15
Add python_[linter]_auto_pipenv options for python linters (fixes #1656)
Eddie Lebow
2018-08-01
python: add lookup path for flake8 config
Travis Cline
2018-07-26
Add support for 'vulture' for Python
Yauhen Kirylau
2018-07-15
Update the Python documentation
w0rp
2018-07-05
Fix the doctag alignment
w0rp
2018-07-04
add options variable to isort
Derek P Sifford
2018-07-01
add pyre lsp linter to python linters
Derek P Sifford
2018-06-05
Allow all Python linter executables to be set to `pipenv`.
Eddie Lebow
2018-05-30
Fix #1219 - Mention FindProjectRoot behavior for Python in the documentation
w0rp
2018-05-28
Fix #1566 - Add g:ale_python_flake8_change_directory
w0rp
2018-04-17
Fix #1507 - Add an option for disabling switching directories for pylint
w0rp
2018-04-09
Close #542 - Add an option for disabling running locally installed executable...
w0rp
2018-04-06
Added support for Python black fixer (#1451)
Jack Evans
2018-01-11
Allow syntax errors for mypy to be ignored
w0rp
2017-12-01
Add prospector for checking Python code (#1183)
Carlos Coêlho
2017-11-21
Escape the pyls executable in the command, and support running virtualenv pyl...
w0rp
2017-11-08
Add PyLS linter (#1097)
Auri
2017-10-24
example for 'rcfile' on ale_python_pylint_options
Su Shangjun
2017-08-25
Add pycodestyle Python linter support (#872)
Michael
2017-07-08
Document the virtualenv directories variable in the main file instead
w0rp
2017-07-08
Use equal signs for language documentation sections
w0rp
2017-06-27
Fix #680 - Use --shadow-file to check for problems with mypy while you type
w0rp
2017-06-18
#659 - Add options for Python fixers, and cut down on duplicated documentation
w0rp
2017-06-07
Put ve-py3 before ve, so Python 3 executables will be preferred
w0rp
2017-05-20
#563 Use a configurable list of directories for detecting virtualenv paths in...
w0rp
2017-05-07
#335 Detect flake8 in vritualenv, and escape the executable path
w0rp
2017-05-06
Fix #363 - Detect virtualenv executables and fix import paths for mypy. Use l...
w0rp
2017-05-06
#208 Automatically detect pylint in virtualenv directories
w0rp
2017-04-27
Add tags for buffer-local variants of each linter option
Adriaan Zonnenberg
2017-04-15
Fix #257 in preparation for #427, standardise options with fallbacks, and mak...
w0rp
2017-03-28
Move linter documentation into separate files
w0rp