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 262127f commit 3f880c6Copy full SHA for 3f880c6
pyproject.toml
@@ -154,7 +154,7 @@ convention = "numpy"
154
"*/__init__.py" = ["F401"]
155
156
[tool.pytest.ini_options]
157
-addopts = "--tb=short --no-header --showlocals --doctest-docutils-modules --reruns 2 -p no:doctest"
+addopts = "--tb=short --no-header --showlocals --doctest-docutils-modules -p no:doctest --reruns 2"
158
doctest_optionflags = "ELLIPSIS NORMALIZE_WHITESPACE"
159
testpaths = [
160
"src/libtmux",
0 commit comments