summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0d13f24..a924199 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,8 @@ ignore_errors = true
[[tool.mypy.overrides]] # Overrides to negate above patterns
module = [
- "gitlab.v4.objects.projects"
+ "gitlab.v4.objects.projects",
+ "gitlab.v4.objects.users"
]
ignore_errors = false