summaryrefslogtreecommitdiff
path: root/.mypy.ini
blob: ce4c89be15ffbbd86251a21815c3bde4cc8bb7da (plain)
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