Skip to content

Commit 97e8e36

Browse files
Other
1 parent fe595fe commit 97e8e36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ include = [
2727
"stripe",
2828
"tests/test_generated_examples.py",
2929
"tests/test_exports.py",
30+
"tests/test_http_client.py"
3031
]
3132
exclude = ["build", "**/__pycache__"]
3233
reportMissingTypeArgument = true
@@ -40,7 +41,7 @@ reportUnnecessaryTypeIgnoreComment = true
4041
[tool.mypy]
4142
follow_imports = "silent"
4243
python_version = "3.10"
43-
files = ["tests/test_generated_examples.py", "tests/test_exports.py", "tests/test_http_client.py"]
44+
files = ["tests/test_generated_examples.py", "tests/test_exports.py"]
4445
disallow_untyped_calls = true
4546
disallow_untyped_defs = true
4647
warn_unused_ignores = true

0 commit comments

Comments
 (0)