Skip to content

Commit

Permalink
chore(tox.ini): add commands_pre section with echo to ensure pre-comm…
Browse files Browse the repository at this point in the history
…ands run before main commands
  • Loading branch information
NodeJSmith committed Jun 13, 2024
1 parent bbf91e6 commit a6acddd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ extras =
docs
deps =
poetry
commands_pre =
echo
commands =
poetry run ruff check src
poetry run mkdocs build
Expand All @@ -24,6 +26,8 @@ extras =
dev
deps =
poetry
commands_pre =
echo
commands =
poetry build
poetry run twine check dist/*
Expand Down

0 comments on commit a6acddd

Please sign in to comment.