Automatic client generator black
Description
Added automatic black formatting for generated CLI client.
Related Issues
None
Type of Change
- Automatic Black formatting for automatic generated files
- Test for
generate_cli.py
-
Black
is now mandatory dependency for installation. -
typing.get_overloads()
is disabled forpython<3.11
Potential side effects
- Using
@overloads
withpython<3.11
will not work
Edited by wyzula_j