Skip to content

Commit

Permalink
chore(tox.ini): replace echo with comment symbol in commands_pre to c…
Browse files Browse the repository at this point in the history
…lean up configuration

chore(tox.ini): update allowlist_externals to include only necessary tools poetry and pipx
  • Loading branch information
NodeJSmith committed Jun 13, 2024
1 parent a6acddd commit b76a5ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extras =
deps =
poetry
commands_pre =
echo
#
commands =
poetry run ruff check src
poetry run mkdocs build
Expand All @@ -27,13 +27,13 @@ extras =
deps =
poetry
commands_pre =
echo
#
commands =
poetry build
poetry run twine check dist/*

[testenv]
allowlist_externals = ruff, mypy, mkdocs, twine, pytest,poetry,which
allowlist_externals = poetry, pipx
passenv =
HOME
USER
Expand Down

0 comments on commit b76a5ce

Please sign in to comment.