summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 64734ba..15b897d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,13 +14,15 @@ module = [
"docs.ext.*",
"tests.functional.*",
"tests.functional.api.*",
- "tests.meta.*",
"tests.unit.*",
]
ignore_errors = true
[[tool.mypy.overrides]]
-module = "tests.smoke.*"
+module = [
+ "tests.meta.*",
+ "tests.smoke.*",
+]
disable_error_code = ["no-untyped-def"]
[tool.semantic_release]