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 dbd493e commit 16d5e6fCopy full SHA for 16d5e6f
1 file changed
pyproject.toml
@@ -115,16 +115,13 @@ multi_line_output = 3
115
python_version = "3.10"
116
strict = true
117
ignore_missing_imports = true
118
-allow_subclassing_any = true
119
-allow_untyped_calls = true
120
pretty = true
121
-show_error_codes = true
122
implicit_reexport = true
123
allow_untyped_decorators = true
124
warn_return_any = false
125
warn_unused_ignores = false
126
127
-[tool.pytest.ini_options]
+[tool.pytest]
128
log_level = "INFO"
129
anyio_mode = "auto"
130
0 commit comments