diff --git a/tox.ini b/tox.ini index aa4599d..0411791 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ extras = deps = poetry commands_pre = - echo + # commands = poetry run ruff check src poetry run mkdocs build @@ -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