Skip to content

Commit 4956622

Browse files
frenzymadnesshroncok
authored andcommitted
fixup! Add --assert-config option
1 parent 2265abc commit 4956622

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ The ``tox-current-env`` plugin adds these options:
3737
This option only exists with tox 4 and requires at least tox 4.22.
3838

3939
``tox --assert-config``
40-
Starting with tox 4, tox does not terminate when no configuration is found.
41-
This option makes tox fail (raise an exception) when no configuration exists.
42-
On tox 3, this option does nothing, but can be used.
43-
This option can be combined with others.
40+
In tox 4, this option ensures that tox fails (raises an exception) if no configuration is found.
41+
By default, tox 4 does not terminate when no configuration exists.
42+
In tox 3, this option has no effect, but it can still be specified without causing errors.
43+
This option can be used alongside other options.
4444

4545
It is possible to use the three printing options together, as long as the ``FILE`` is different.
4646

0 commit comments

Comments
 (0)