Skip to content

Type check glcollate/repository.py

Switch __check_repo_branch to use repo.heads instead of equivalent repo.branches because current version has a typing bug where it was considered as function instead of a property.

https://github.com/gitpython-developers/GitPython/issues/1934

https://github.com/gitpython-developers/GitPython/blob/53640535cf8314366a01da081947dd8504a299cd/git/repo/base.py#L419

Merge request reports

Loading