From f6f784a052760cacc50330ceaa9aee4a4ac8cb1f Mon Sep 17 00:00:00 2001 From: Allan Nava Date: Thu, 19 Oct 2023 11:14:33 +0200 Subject: [PATCH] feat_ removed test_comperss_init.sh --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 696b2db..b014ccf 100644 --- a/tox.ini +++ b/tox.ini @@ -4,13 +4,14 @@ skipsdist = true envlist = check, apply-check, docs, tests, build, changelog [testenv] -#allowlist_externals = poetry, ./test_compress_init.sh +allowlist_externals = poetry +#, ./test_compress_init.sh commands_pre = poetry install --sync [testenv:check] commands = - black --check --diff src/compress + black --check --diff src/compress docs isort -c --df src/compress docs flake8 src/compress docs codespell src docs