languages/python: add black-and-isort formatter

Adds two additional formatters for python:

- isort, to only sort imports
- black-and-isort, which runs black + isort in a compatible manner
This commit is contained in:
Kalle Jepsen 2023-10-20 09:58:03 +02:00
commit e3b55d9798
2 changed files with 30 additions and 0 deletions

View file

@ -73,3 +73,5 @@ https://github.com/jacekpoz[jacekpoz]:
https://github.com/ksonj[ksonj]:
* Add support to change mappings to utility/surround
* Add black-and-isort python formatter