Skip to content

Feat black config

In order to have a consistent code style, putting a black configuration file in the project so everyone can format their code before committing it.

Just do: black . in the project directory.

Merge request reports