We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f607b commit 2f57240Copy full SHA for 2f57240
pyproject.toml
@@ -155,7 +155,7 @@ convention = "numpy"
155
"*/__init__.py" = ["F401"]
156
157
[tool.pytest.ini_options]
158
-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"
159
doctest_optionflags = "ELLIPSIS NORMALIZE_WHITESPACE"
160
testpaths = [
161
"src/libtmux",
0 commit comments