summaryrefslogtreecommitdiff
path: root/autoload/ale/fixers/black.vim
AgeCommit message (Expand)Author
2021-07-25Python support poetry (#3834)Daniel Roseman
2021-07-04black fixer: --pyi option was appended without a space (#3759)Buck Evan
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2019-08-18Black fixer should include --pyi for files with .pyi extension (#2705)richyfish
2019-01-30Respect python black fixer configuration fileAiden Scandella
2018-12-21Fixup tests for auto-pipenvMiklós Tusz
2018-12-21Remove unnecessary exe check for blackMiklós Tusz
2018-12-21Add auto_pipenv config for blackMiklós Tusz
2018-04-09Close #542 - Add an option for disabling running locally installed executable...w0rp
2018-04-06Added support for Python black fixer (#1451)Jack Evans