summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: e6c10209c7e8abc8463e3cf3611be186a77d4fa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tool.mypy]
warn_redundant_casts = true
warn_unused_configs = true
check_untyped_defs = true

[[tool.mypy.overrides]]
module = [
    "fixtures.*",
    "testresources.*",
    "testscenarios.*",
    "pbr.*",
]
ignore_missing_imports = true