Closed Actionb closed 1 month ago
Hi! I noticed that tox.ini contained a testenv for ruff which was not included in the envlist and thus was never run by default.
ruff
lint
ruff check
allowlist_externals
Hi! I noticed that tox.ini contained a testenv for ruff which was not included in the envlist and thus was never run by default.
ruff
environment to envlistlint
environment from envlist, since no such environment exists (the default testenv was run instead)ruff check
allowlist_externals
option: should be redundant when ruff is included in the environment's deps