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 a5ef89e commit 32bfbacCopy full SHA for 32bfbac
pyproject.toml
@@ -67,6 +67,7 @@ optional-dependencies.dev = [
67
"vulture==2.11",
68
"vws-python-mock==2024.7.15",
69
"vws-test-fixtures==2023.3.5",
70
+ "typeguard==4.3.0",
71
]
72
urls.Documentation = "https://vws-python.readthedocs.io/en/latest/"
73
urls.Source = "https://github.com/VWS-Python/vws-python"
@@ -277,6 +278,9 @@ keep_full_version = true
277
278
279
xfail_strict = true
280
log_cli = true
281
+typeguard-packages = """
282
+tests
283
+"""
284
285
[tool.coverage.run]
286
0 commit comments