1 2 3 4 5 6
[mypy] files = gitlab/*.py # disallow_incomplete_defs: This flag reports an error whenever it encounters a # partly annotated function definition. disallow_incomplete_defs = True