diff --git a/tox.ini b/tox.ini index 11afeced9..d763d732f 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ dependency_groups = # In: # 'tox run -e py -- --lf', 'tox run -- --lf', 'tox run -e py313,py312 -- --lf' -# '{posargs}' == '--lf' +# '{posargs}' (positional arguments) == '--lf' commands = {envpython} \ {[python-cli-options]byte-errors} \ @@ -170,7 +170,8 @@ commands = commands_post = package = skip -# In 'tox run -e pre-commit -- mypy-py313 --all' +# In: +# 'tox run -e pre-commit -- mypy-py313 --all' # '{posargs}' == 'mypy-py313 --all' [testenv:pre-commit] description =