setup.cfg (21 lines of code) (raw):

[tool:pytest] addopts = --capture=no --assert=plain --strict --tb native testpaths = tests [mypy] python_version = 3.13 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 = False ignore_missing_imports = True [mypy-azure_functions_worker.protos.*] ignore_errors = True [mypy-azure_functions_worker._thirdparty.typing_inspect] ignore_errors = True [mypy-proxy_worker.protos.*] ignore_errors = True [mypy-proxy_worker._thirdparty.typing_inspect] ignore_errors = True