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

python39 utility fixes

usov_i requested to merge python39 into master

With python/3.9 it's preferred to use built-in collection types such as list and dict as generic types instead of importing the corresponding capitalized types (e.g. List or Dict) from typing: https://docs.python.org/3/whatsnew/3.9.html#type-hinting-generics-in-standard-collections

Merge request reports

Loading