setup.cfg (15 lines of code) (raw):
[tool:pytest]
addopts = --capture=no --assert=plain --strict --tb native
testpaths = tests
[mypy]
python_version = 3.6
check_untyped_defs = True
warn_redundant_casts = True
warn_unused_ignores = True
warn_unused_configs = True
strict_optional = True
warn_return_any = True
disallow_subclassing_any = True
ignore_missing_imports = True
[mypy-azure.functions._thirdparty.*]
ignore_errors = True