summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/commits.py
Commit message (Expand)AuthorAgeFilesLines
* docs: use annotations for return typesdocs/sphinx-annotationsNejc Habjan2021-12-011-7/+7
* docs: only use type annotations for documentationNejc Habjan2021-11-281-4/+4
* chore: ensure get() methods have correct type-hintsjlvillal/mypy_ensure_type_hintsJohn L. Villalovos2021-11-151-0/+5
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-5/+5
* chore: add type hints for gitlab/v4/objects/commits.pyjlvillal/mypy_commitsJohn L. Villalovos2021-11-071-9/+24
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-6/+6
* chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-081-5/+0
* chore: improve type-hinting for managersJohn L. Villalovos2021-09-071-0/+4
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-1/+1
* fix: add a check to ensure the MRO is correctJohn L. Villalovos2021-04-241-1/+1
* chore: fix F401 errors reported by flake8John L. Villalovos2021-04-181-1/+1
* chore: have _create_attrs & _update_attrs be a namedtupleJohn L. Villalovos2021-04-171-8/+10
* chore: remove usage of 'from ... import *'John L. Villalovos2021-02-231-2/+2
* refactor(api): explicitly export classes for star importsrefactor/split-objectsNejc Habjan2021-02-071-0/+10
* refactor(v4): split objects and managers per API resourceNejc Habjan2021-02-071-0/+189