From 5e6033ff788759e401cd10aa61cfd140bc9edfc3 Mon Sep 17 00:00:00 2001 From: Allan Nava Date: Thu, 19 Oct 2023 11:13:16 +0200 Subject: [PATCH] feat: remove docs --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 2181967..696b2db 100644 --- a/tox.ini +++ b/tox.ini @@ -4,13 +4,13 @@ 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 docs + black --check --diff src/compress isort -c --df src/compress docs flake8 src/compress docs codespell src docs