Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Automatic client generator black

wyzula_j requested to merge automatic-client-generator-black into master

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 for python<3.11

Potential side effects

  • Using @overloads with python<3.11 will not work
Edited by wyzula_j

Merge request reports