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 624c3fa commit ba5139eCopy full SHA for ba5139e
pyproject.toml
@@ -24,6 +24,11 @@ source = "uv-dynamic-versioning"
24
[tool.ruff]
25
line-length = 99
26
27
+[tool.pytest]
28
+addopts = ["--doctest-modules", "--benchmark-autosave"]
29
+testpaths = ["test", "simple_parsing"]
30
+norecursedirs = ["examples", "docs"]
31
+
32
[tool.ruff.lint]
33
select = ["I", "UP"]
34
# TODO: Fix the imports in __init__.py files and enable these:
pytest.ini
0 commit comments