diff options
Diffstat (limited to '.mypy.ini')
-rw-r--r-- | .mypy.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |