Code formatting
- added configuration & run
Black
formatter - converted strings with
.format()
or%
to f-string expressions - better-organized imports depending on the place of import and alphabetically order)
- a little manual formatting like type-hinting, character sizes of enums
Edited by Mateusz Żebrak