summaryrefslogtreecommitdiff
path: root/.mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to '.mypy.ini')
-rw-r--r--.mypy.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/.mypy.ini b/.mypy.ini
index 2f4315e..fdc64de 100644
--- a/.mypy.ini
+++ b/.mypy.ini
@@ -1,5 +1,5 @@
[mypy]
-files = gitlab/*.py,gitlab/v4/cli.py
+files = gitlab/*.py,gitlab/v4/cli.py,gitlab/v4/objects/projects.py
# disallow_incomplete_defs: This flag reports an error whenever it encounters a
# partly annotated function definition.