We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fac31 commit 0626249Copy full SHA for 0626249
pyproject.toml
@@ -39,3 +39,6 @@ reportMissingTypeArgument = true
39
[tool.ruff]
40
exclude = [
41
]
42
+
43
+[tool.pytest.ini_options]
44
+ addopts="-n auto"
0 commit comments