Skip to content

Commit 914ce11

Browse files
mgornyicemac
andauthored
Apply suggestions from code review
Co-authored-by: Michael Howitz <m.howitz@minddistrict.com>
1 parent 3c0cd16 commit 914ce11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pytest_rerunfailures.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ def pytest_addoption(parser):
5656
action="store",
5757
dest="force_reruns",
5858
type=int,
59-
help="Force rerunning all tests the specified number of times, "
60-
"irrespective of individual test markers.",
59+
help="Force rerunning all tests the specified number of times,"
60+
" irrespective of individual test markers.",
6161
)
6262
group._addoption(
6363
"--only-rerun",

0 commit comments

Comments
 (0)