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 fe595fe commit 97e8e36Copy full SHA for 97e8e36
pyproject.toml
@@ -27,6 +27,7 @@ include = [
27
"stripe",
28
"tests/test_generated_examples.py",
29
"tests/test_exports.py",
30
+ "tests/test_http_client.py"
31
]
32
exclude = ["build", "**/__pycache__"]
33
reportMissingTypeArgument = true
@@ -40,7 +41,7 @@ reportUnnecessaryTypeIgnoreComment = true
40
41
[tool.mypy]
42
follow_imports = "silent"
43
python_version = "3.10"
-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"]
45
disallow_untyped_calls = true
46
disallow_untyped_defs = true
47
warn_unused_ignores = true
0 commit comments