Skip to content

Commit

Permalink
feat: remove docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Oct 19, 2023
1 parent 307ee9a commit 5e6033f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e6033f

Please sign in to comment.