summaryrefslogtreecommitdiff
path: root/gitlab/__main__.py
Commit message (Collapse)AuthorAgeFilesLines
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-1/+0
| | | | | | Fix the import ordering using isort. https://pycqa.github.io/isort/
* chore: mypy: Disallow untyped definitionsJohn L. Villalovos2021-04-271-1/+2
| | | | | | | | | Be more strict and don't allow untyped definitions on the files we check. Also this adds type-hints for two of the decorators so that now functions/methods decorated by them will have their types be revealed correctly.
* refactor: format everything blackrefactor/blackMax Wittig2019-05-161-1/+1
|
* Add runpy hook. Fixes #713.Jason R. Coombs2019-03-151-0/+4
Allows for invocation with 'python -m gitlab'