summaryrefslogtreecommitdiff
path: root/mypy.ini
blob: fb092111b1dc72c5876674e6a412fe300fe09bd8 (plain)
1
2
3
4
5
6
7
8
9
10
[mypy]
python_version = 3.7
warn_return_any = True
warn_unused_configs = True
mypy_path = $MYPY_CONFIG_FILE_DIR/src

[mypy-setuptools_scm.*]
# disabled as it will take a bit
# disallow_untyped_defs = True
strict = true