We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5adec commit 0b38d77Copy full SHA for 0b38d77
1 file changed
pyproject.toml
@@ -14,6 +14,22 @@ plugins = [
14
"mypy_drf_plugin.main"
15
]
16
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
+
33
[tool.pytest.ini_options]
34
DJANGO_SETTINGS_MODULE = "weblate_web.settings"
35
addopts = "--reuse-db --cov=weblate_web --cov-report="
0 commit comments