Skip to content

Format Python code using Black

Rafał Mikrut requested to merge github/fork/Calinou/format-python-code into master

Created by: Calinou

After a quick discussion with @akien-mga, I think it's a good idea to start using a Python code formatter. The style chosen doesn't matter that much, as long as it is consistent, so I went with Black's defaults.

There could be a pre-commit hook too, but I didn't look into creating one yet.

Merge request reports