summaryrefslogtreecommitdiff
path: root/autoload/ale/python.vim
AgeCommit message (Expand)Author
2021-09-15[ale-python-root] add `.pyre_configuration.local` to list of files (#3900)Oliver Albertini
2021-07-25Python support poetry (#3834)Daniel Roseman
2021-07-20Correct typo in python config filenames (#3826)foobarbyte
2021-07-17Python .tool versions (#3820)foobarbyte
2020-10-15Update FindProjectRootIni with poetry.lock and pyproject.tomlecly
2019-05-19Change Python project root dir detection for flake8 configurationEric N. Vander Weele
2019-02-17python/pylint: Change directory to project rootKevin Locke
2019-02-08Support pylama for python (#2266)Kevin Locke
2019-02-06Update syntax checkingw0rp
2018-09-15Add `python_auto_pipenv` config var for all python linters.Eddie Lebow
2018-09-15Add python_[linter]_auto_pipenv options for python linters (fixes #1656)Eddie Lebow
2018-08-01python: add lookup path for flake8 configTravis Cline
2018-07-14Detect Python proj. roots by PipfileAndrej Radovic
2018-07-14Added the default local virtualenv name for Pipenv.Andrej Radovic
2018-05-30Fix #1219 - Mention FindProjectRoot behavior for Python in the documentationw0rp
2017-12-18Add support for Vritual Env folder called venvDaniel Parker
2017-12-17Look for mypy.ini to find Python project roots toow0rp
2017-12-17Fix a typow0rp
2017-11-08Add PyLS linter (#1097)Auri
2017-11-04#1081 Remove the ale#python#IsExecutable functionw0rp
2017-11-04#1081 Use executable() for Python executables on Windows, and rename the test...w0rp
2017-10-10Use $VIRTUAL_ENV environment variable when present.Bailey Stoner
2017-10-01Use local versions of yapf on Windows, and get the callback tests to passw0rp
2017-07-12Fix docs for FindProjectRoot functionMatteo Centenaro
2017-07-11Look for ini file to spot python project root (#755)Matteo Centenaro
2017-07-05#729 - Use a wrapper for simplify to fix // problems on Windowsw0rp
2017-07-05#729 - Support running Python programs from virtualenv for Windowsw0rp
2017-07-05#729 Fix // in virtualenv pathsw0rp
2017-06-27Fix #680 - Use --shadow-file to check for problems with mypy while you typew0rp
2017-06-18#659 - Add options for Python fixers, and cut down on duplicated documentationw0rp
2017-06-14Split up the flake8 and ansible-lint handlersw0rp
2017-06-07Put ve-py3 before ve, so Python 3 executables will be preferredw0rp
2017-05-20#563 Use a configurable list of directories for detecting virtualenv paths in...w0rp
2017-05-06#208 Automatically detect pylint in virtualenv directoriesw0rp
2017-05-05Add a has() wrapper we can override for tests, and add a function for generat...w0rp