Fix isort invocation referring to gone setup.cfg file (#922).
This commit is contained in:
parent
fc7a2852e0
commit
d7323e08ac
4
tox.ini
4
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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user