Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: fix import ordering using isort | John L. Villalovos | 2021-05-25 | 1 | -1/+0 |
| | | | | | | Fix the import ordering using isort. https://pycqa.github.io/isort/ | ||||
* | chore: mypy: Disallow untyped definitions | John L. Villalovos | 2021-04-27 | 1 | -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/black | Max Wittig | 2019-05-16 | 1 | -1/+1 |
| | |||||
* | Add runpy hook. Fixes #713. | Jason R. Coombs | 2019-03-15 | 1 | -0/+4 |
Allows for invocation with 'python -m gitlab' |