Skip to content

Commit 0b38d77

Browse files
committed
chore: silent some mypy module warnings
1 parent 8b5adec commit 0b38d77

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,22 @@ plugins = [
1414
"mypy_drf_plugin.main"
1515
]
1616

17+
[[tool.mypy.overrides]]
18+
disallow_untyped_defs = true
19+
ignore_missing_imports = true
20+
module = [
21+
"saml2.*",
22+
"thepay.*",
23+
"vies.*",
24+
"wlc.*",
25+
"fiobank.*",
26+
"weblate_language_data.*",
27+
"appconf.*",
28+
"zammad_py.*",
29+
"markupfield.*",
30+
"weasyprint.*"
31+
]
32+
1733
[tool.pytest.ini_options]
1834
DJANGO_SETTINGS_MODULE = "weblate_web.settings"
1935
addopts = "--reuse-db --cov=weblate_web --cov-report="

0 commit comments

Comments
 (0)