We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527d31e commit 86112e6Copy full SHA for 86112e6
1 file changed
pyproject.toml
@@ -49,6 +49,9 @@ dev = [
49
"twine>=6.2.0",
50
]
51
52
+[tool.pytest.ini_options]
53
+addopts = "-v --doctest-modules --ignore=benchmark --doctest-glob=README.md"
54
+
55
[tool.ruff]
56
line-length = 99
57
exclude = ["tabulate/_version.py"]
0 commit comments