Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-18 | Black fixer should include --pyi for files with .pyi extension (#2705) | richyfish | |
* black fixer should include --pyi for files with .pyi extension | |||
2019-01-30 | Respect python black fixer configuration file | Aiden Scandella | |
Similar to other linters/fixers, by default change to the directory of the file being fixed before invoking `black`, which allows the tool to read project-specific configuration (pyproject.toml) Fixes #2218 | |||
2018-12-21 | Fixup tests for auto-pipenv | Miklós Tusz | |
2018-12-21 | Remove unnecessary exe check for black | Miklós Tusz | |
2018-12-21 | Add test for python_black_auto_pipenv | Miklós Tusz | |
2018-04-06 | Added support for Python black fixer (#1451) | Jack Evans | |