Skip to content

Commit c3399c9

Browse files
Run mypy on generated tests (#1137)
1 parent f3b6f20 commit c3399c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ reportUnnecessaryTypeIgnoreComment = true
4040
[tool.mypy]
4141
follow_imports = "silent"
4242
python_version = "3.10"
43-
files = ["tests/test_exports.py"]
43+
files = ["tests/test_generated_examples.py", "tests/test_exports.py"]
4444
disallow_untyped_calls = true
4545
disallow_untyped_defs = true
4646
warn_unused_ignores = true

0 commit comments

Comments
 (0)