summaryrefslogtreecommitdiff
path: root/.github/workflows/lint.yml
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): update all non-major dependenciesrenovate[bot]2023-03-271-1/+1
|
* chore(deps): update all non-major dependenciesrenovate[bot]2023-01-171-1/+1
|
* chore(deps): update all non-major dependenciesrenovate[bot]2023-01-101-1/+1
|
* chore(deps): update all non-major dependenciesrenovate[bot]2022-12-271-1/+1
|
* chore(deps): update all non-major dependenciesrenovate[bot]2022-12-191-1/+1
|
* chore(deps): update all non-major dependenciesrenovate[bot]2022-12-121-1/+1
|
* chore: correct website for pylintJohn L. Villalovos2022-11-101-1/+1
| | | | Use https://github.com/PyCQA/pylint as the website for pylint.
* feat(build): officially support Python 3.11Nejc Habjan2022-10-261-1/+1
|
* chore(deps): update all non-major dependenciesrenovate[bot]2022-10-171-1/+1
|
* chore(deps): pin GitHub ActionsNejc Habjan2022-10-151-2/+2
|
* chore(workflows): explicitly use python-versionNejc Habjan2022-06-271-0/+2
|
* chore(deps): update actions/setup-python action to v4renovate[bot]2022-06-271-1/+1
|
* chore: add link to Commitizen in Github workflowJohn L. Villalovos2022-06-201-1/+1
| | | | | Add a link to the Commitizen website in the Github workflow. Hopefully this will help people when their job fails.
* chore: rename the test which runs `flake8` to be `flake8`John L. Villalovos2022-05-101-1/+1
| | | | | Previously the test was called `pep8`. The test only runs `flake8` so call it `flake8` to be more precise.
* chore(ci): replace commitlint with commitizenNejc Habjan2022-05-011-7/+3
|
* chore(deps): update actions/setup-python action to v3Renovate Bot2022-03-081-1/+1
|
* chore(deps): update actions/checkout action to v3Renovate Bot2022-03-071-2/+2
|
* chore: github workflow: cancel prior running jobs on new pushJohn L. Villalovos2021-12-071-0/+6
| | | | | If new new push is done to a pull-request, then cancel any already running github workflow jobs in order to conserve resources.
* chore: add initial pylint checkJohn L. Villalovos2021-12-071-0/+2
| | | | | | Initial pylint check is added. A LONG list of disabled checks is also added. In the future we should work through the list and resolve the errors or disable them on a more granular level.
* chore: rename `master` branch to `main`chore/master-to-mainNejc Habjan2021-10-111-1/+2
| | | | | BREAKING CHANGE: As of python-gitlab 3.0.0, the default branch for development has changed from `master` to `main`.
* chore(deps): update wagoid/commitlint-github-action action to v4Renovate Bot2021-07-301-1/+1
|
* chore: add an isort tox environment and run isort in CIJohn L. Villalovos2021-05-221-0/+2
| | | | | | | * Add an isort tox environment * Run the isort tox environment using --check in the Github CI https://pycqa.github.io/isort/
* chore: fix F841 errors reported by flake8John L. Villalovos2021-04-181-10/+7
| | | | | | Local variable name is assigned to but never used https://www.flake8rules.com/rules/F841.html
* chore(deps): update wagoid/commitlint-github-action action to v3Renovate Bot2021-02-241-1/+1
|
* feat: add an initial mypy test to tox.iniJohn L. Villalovos2021-02-221-0/+8
| | | | Add an initial mypy test to test gitlab/base.py and gitlab/__init__.py
* chore(ci): deduplicate PR jobschore/deduplicate-pr-jobsNejc Habjan2021-02-061-1/+7
|
* chore(ci): force colors in pytest runsNejc Habjan2021-01-271-0/+3
|
* chore(ci): replace travis with ActionsNejc Habjan2021-01-261-0/+20