Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: George L. Yermulnik <[email protected]>
  • Loading branch information
MaxymVlasov and yermulnik authored Jan 9, 2025
1 parent 862be47 commit a14a6fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down Expand Up @@ -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 =
Expand Down

0 comments on commit a14a6fb

Please sign in to comment.