Преглед изворни кода

Fix isort invocation referring to gone setup.cfg file (#922).

Dan Helfman пре 7 месеци
родитељ
комит
d7323e08ac
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      tox.ini

+ 2 - 2
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}