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 f3b6f20 commit c3399c9Copy full SHA for c3399c9
pyproject.toml
@@ -40,7 +40,7 @@ reportUnnecessaryTypeIgnoreComment = true
40
[tool.mypy]
41
follow_imports = "silent"
42
python_version = "3.10"
43
-files = ["tests/test_exports.py"]
+files = ["tests/test_generated_examples.py", "tests/test_exports.py"]
44
disallow_untyped_calls = true
45
disallow_untyped_defs = true
46
warn_unused_ignores = true
0 commit comments