Feat black config
Compare changes
Files
8+ 17
− 19
@@ -8,12 +8,13 @@ from rc_rmq import RCRMQ
@@ -24,28 +25,25 @@ def ohpc_account_create(ch, method, properties, body):
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.