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 35c992b commit 8ba5c93Copy full SHA for 8ba5c93
pyproject.toml
@@ -126,9 +126,12 @@ pythonPlatform = "All"
126
typeCheckingMode = "strict"
127
128
[tool.pytest.ini_options]
129
+minversion = "6.0"
130
pythonpath = ["src"]
131
+testpaths = "tests"
132
addopts = ["--doctest-modules"]
133
134
+
135
[tool.ruff]
136
lint.select = [
137
# Pyflakes
0 commit comments