summaryrefslogtreecommitdiff
path: root/autoload/ale/fixers/isort.vim
AgeCommit message (Expand)Author
2021-10-16Fix 3941 - add version check to isort fixer (#3942)Horacio Sanson
2021-09-10Fix 3897 - add poetry to isort (#3898)Horacio Sanson
2021-07-14added filename to stdin stream of isort (#3815)Jeff Willette
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2020-11-25Use better string comparison operators in isort fixerIvor Peles
2020-11-25Fix comparison operatorIvor Peles
2020-11-21Ignore executable check when executable is pipenvIvor Peles
2020-11-21Set default value for python_isort_auto_pipenvIvor Peles
2020-11-21Use pipenv isort executable when python_auto_pipenv = 1Ivor Peles
2018-07-04address code review issuesDerek P Sifford
2018-07-04add options variable to isortDerek P Sifford
2018-04-09Close #542 - Add an option for disabling running locally installed executable...w0rp
2018-02-04Fix #1330 - Find isort configs better by changing the working directoryw0rp
2017-11-04#1081 Remove the ale#python#IsExecutable functionw0rp
2017-10-01Get fixer tests to work on Windowsw0rp
2017-07-05#729 - Support running Python programs from virtualenv for Windowsw0rp
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-07Search python fixers in virtual environment (#632)José Luis Lafuente
2017-06-07Move all functions for fixing things to autoload/ale/fixers, and only accept ...w0rp