summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Expand)AuthorAgeFilesLines
* test(meta): move meta suite into unit testsNejc Habjan2023-03-121-1/+0
* feat(client): add http_patch method (#2471)John Villalovos2023-02-051-0/+1
* chore: add basic type checks to functional/api testsNejc Habjan2022-10-271-2/+3
* chore: add basic typing to functional testsNejc Habjan2022-10-271-1/+1
* chore: add basic type checks to meta testsNejc Habjan2022-10-271-2/+4
* chore: add basic typing to smoke testsNejc Habjan2022-10-271-19/+5
* chore: add basic typing to test rootNejc Habjan2022-10-271-1/+1
* chore: add `not-callable` to pylint ignore listJohn L. Villalovos2022-10-191-0/+1
* test: enable skipping tests per GitLab planNejc Habjan2022-10-181-0/+4
* Merge pull request #2211 from python-gitlab/jlvillal/mypy_step_stepNejc Habjan2022-08-011-1/+1
|\
| * chore: enable mypy check `disallow_any_generics`John L. Villalovos2022-08-011-1/+1
* | chore: enable mypy check `no_implicit_optional`John L. Villalovos2022-07-311-1/+1
|/
* chore: enable mypy check `warn_return_any`John L. Villalovos2022-07-281-1/+1
* chore: enable mypy check `strict_equality`John L. Villalovos2022-07-191-2/+2
* test(pylint): enable pylint "unused-argument" checkJohn L. Villalovos2022-06-261-2/+0
* chore(gitlab): fix implicit re-exports for mpypyNejc Habjan2022-06-231-1/+1
* chore: use multiple processors when running PyLintJohn L. Villalovos2022-06-051-0/+1
* chore: enable pylint check: "redefined-outer-name",John L. Villalovos2022-06-041-1/+0
* chore: enable pylint check: "no-self-use"John L. Villalovos2022-06-041-1/+0
* chore: enable pylint check: "no-else-return"John L. Villalovos2022-06-041-1/+0
* chore: enable pylint check: "attribute-defined-outside-init"John L. Villalovos2022-06-041-1/+0
* chore: enable pylint check "raise-missing-from"John L. Villalovos2022-06-041-1/+0
* chore: enable pylint checks which require no changesJohn L. Villalovos2022-06-041-7/+0
* chore: enable pylint checksJohn L. Villalovos2022-06-041-2/+0
* chore: enable 'consider-using-sys-exit' pylint checkJohn L. Villalovos2022-06-031-1/+0
* chore: require f-stringsJohn L. Villalovos2022-06-011-1/+0
* chore: exclude `build/` directory from mypy checkJohn L. Villalovos2022-05-051-0/+1
* chore: rename `gitlab/__version__.py` -> `gitlab/_version.py`jlvillal/version_mvJohn L. Villalovos2022-01-151-1/+1
* chore: add logging to `tests/functional/conftest.py`John L. Villalovos2022-01-081-0/+7
* fix: handle situation where GitLab does not return valuesjlvillal/paginationJohn L. Villalovos2021-12-301-0/+3
* chore: fix pylint error "expression-not-assigned"John L. Villalovos2021-12-071-1/+0
* chore: add initial pylint checkJohn L. Villalovos2021-12-071-0/+47
* chore: enable 'warn_redundant_casts' for mypyjlvillal/mypy_strict_two_stepsJohn L. Villalovos2021-12-051-1/+1
* chore: enable subset of the 'mypy --strict' options that workJohn L. Villalovos2021-12-051-1/+17
* test(cli): improve basic CLI coveragetest/cli-coverageNejc Habjan2021-11-271-0/+1
* Merge pull request #1695 from python-gitlab/jlvillal/mypy_epicsNejc Habjan2021-11-231-11/+0
|\
| * chore: add type-hints to gitlab/v4/objects/files.pyjlvillal/mypy_epicsJohn L. Villalovos2021-11-211-1/+0
| * chore: add type-hints to gitlab/v4/objects/labels.pyJohn L. Villalovos2021-11-211-1/+0
| * chore: add type-hints to gitlab/v4/objects/sidekiq.pyJohn L. Villalovos2021-11-211-1/+0
| * chore: add type-hints to gitlab/v4/objects/services.pyJohn L. Villalovos2021-11-211-1/+0
| * chore: add type-hints to gitlab/v4/objects/repositories.pyJohn L. Villalovos2021-11-211-1/+0
| * chore: add type-hints to gitlab/v4/objects/pipelines.pyJohn L. Villalovos2021-11-211-1/+0
| * chore: add type-hints to gitlab/v4/objects/milestones.pyJohn L. Villalovos2021-11-211-1/+0
| * chore: add type-hints to gitlab/v4/objects/jobs.pyJohn L. Villalovos2021-11-211-1/+0
| * chore: add type-hints to gitlab/v4/objects/issues.pyJohn L. Villalovos2021-11-211-1/+0
| * chore: add type-hints to gitlab/v4/objects/geo_nodes.pyJohn L. Villalovos2021-11-211-1/+0
| * chore: add type-hints to gitlab/v4/objects/epics.pyJohn L. Villalovos2021-11-211-1/+0
* | Merge pull request #1693 from python-gitlab/jlvillay/mypy_test_metaNejc Habjan2021-11-231-1/+0
|\ \ | |/ |/|
| * chore: enable mypy for tests/meta/*jlvillay/mypy_test_metaJohn L. Villalovos2021-11-161-1/+0
* | chore: add type-hints to gitlab/v4/objects/merge_request_approvals.pyjlvillal/mypy_merge_request_approvalsJohn L. Villalovos2021-11-161-1/+0
|/