diff --git a/tox.ini b/tox.ini index 6685b88b..c42caff4 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ passenv = COVERAGE_FILE commands = pytest {posargs} black --check . - isort --check-only --settings-path setup.cfg . + isort --check-only . flake8 borgmatic tests codespell @@ -39,7 +39,7 @@ commands = [testenv:isort] deps = {[testenv]deps} commands = - isort --settings-path setup.cfg . + isort . [testenv:codespell] deps = {[testenv]deps}