summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/repositories.py
Commit message (Expand)AuthorAgeFilesLines
* docs: use annotations for return typesdocs/sphinx-annotationsNejc Habjan2021-12-011-6/+6
* docs: only use type annotations for documentationNejc Habjan2021-11-281-26/+26
* chore: add type-hints to gitlab/v4/objects/repositories.pyJohn L. Villalovos2021-11-211-13/+48
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-8/+8
* docs: correct documented return typeJohn L. Villalovos2021-09-021-1/+1
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-1/+2
* chore: fix F401 errors reported by flake8John L. Villalovos2021-04-181-1/+1
* chore(api): move repository endpoints into separate modulechore/split-repository-methodsNejc Habjan2021-02-281-0/+206