File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
4545It is possible to use the three printing options together, as long as the ``FILE `` is different.
4646
You can’t perform that action at this time.
0 commit comments