Fix isort invocation referring to gone setup.cfg file (#922).
All checks were successful
build / test (push) Successful in 5m4s
build / docs (push) Successful in 2m4s

This commit is contained in:
Dan Helfman 2024-10-26 20:44:14 -07:00
parent fc7a2852e0
commit d7323e08ac

View File

@ -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}