зеркало из
1
0
Форкнуть 0
azure-functions-python-library/setup.cfg

18 строки
395 B
INI

[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