"git@gitlab.rc.uab.edu:jpr/hpc-factory.git" did not exist on "2818a7762a1cf132146b046c2376880de1d5e908"
Feat black config
Compare changes
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.