summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml37
1 files changed, 13 insertions, 24 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5553c34..7043c58 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,19 @@ files = "."
module = [
"docs.*",
"docs.ext.*",
- "gitlab.v4.objects.*",
+ "gitlab.v4.objects.epics",
+ "gitlab.v4.objects.files",
+ "gitlab.v4.objects.geo_nodes",
+ "gitlab.v4.objects.issues",
+ "gitlab.v4.objects.jobs",
+ "gitlab.v4.objects.labels",
+ "gitlab.v4.objects.merge_request_approvals",
+ "gitlab.v4.objects.milestones",
+ "gitlab.v4.objects.pipelines",
+ "gitlab.v4.objects.repositories",
+ "gitlab.v4.objects.services",
+ "gitlab.v4.objects.sidekiq",
+ "gitlab.v4.objects.snippets",
"setup",
"tests.functional.*",
"tests.functional.api.*",
@@ -21,29 +33,6 @@ module = [
]
ignore_errors = true
-[[tool.mypy.overrides]] # Overrides to negate above patterns
-module = [
- "gitlab.v4.objects.access_requests",
- "gitlab.v4.objects.applications",
- "gitlab.v4.objects.broadcast_messages",
- "gitlab.v4.objects.deployments",
- "gitlab.v4.objects.commits",
- "gitlab.v4.objects.groups",
- "gitlab.v4.objects.keys",
- "gitlab.v4.objects.merge_requests",
- "gitlab.v4.objects.merge_trains",
- "gitlab.v4.objects.namespaces",
- "gitlab.v4.objects.pages",
- "gitlab.v4.objects.personal_access_tokens",
- "gitlab.v4.objects.project_access_tokens",
- "gitlab.v4.objects.projects",
- "gitlab.v4.objects.tags",
- "gitlab.v4.objects.templates",
- "gitlab.v4.objects.triggers",
- "gitlab.v4.objects.users",
-]
-ignore_errors = false
-
[tool.semantic_release]
branch = "main"
version_variable = "gitlab/__version__.py:__version__"