diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-11-16 23:45:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 23:45:12 +0100 |
commit | 500895a518ecadbe89da61d9195350d7e3562566 (patch) | |
tree | 28268e5b87f6774c936b571d91f0636c25590859 | |
parent | 0951989cc4eaabc2e2bd82adeb38936d145ddec2 (diff) | |
parent | 77cb7a8f64f25191d84528cc61e1d246296645c9 (diff) | |
download | gitlab-500895a518ecadbe89da61d9195350d7e3562566.tar.gz |
Merge pull request #1692 from python-gitlab/jlvillal/mypy_setup
chore: check setup.py with mypy
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index f48ed5f..31eecea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,6 @@ module = [ "gitlab.v4.objects.repositories", "gitlab.v4.objects.services", "gitlab.v4.objects.sidekiq", - "setup", "tests.functional.*", "tests.functional.api.*", "tests.meta.*", |