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

Refactor/isort

wakonig_k requested to merge refactor/isort into master

Description

Applied isort to the entire repo.

After this MR is merged, I'd suggest everyone applies the following isort command before rebasing from master to avoid merge conflicts.

isort --line-length=100 --profile=black --multi-line=3 --trailing-comma  --skip *_venv* --skip site-packages ./

Related Issues

closes #241 (closed)

Definition of Done

  • Documentation is up-to-date.
Edited by wakonig_k

Merge request reports