Skip to content

Commit dd3e23c

Browse files
committed
tox: fix typo in lint source dir expansion
1 parent c2e30e7 commit dd3e23c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,8 +1198,8 @@ deps =
11981198
-r dev-requirements.txt
11991199

12001200
commands =
1201-
black --config {toxinidir}/pyproject.toml {{toxinidir}} --diff --check
1202-
isort --settings-path {toxinidir}/.isort.cfg {{toxinidir}} --diff --check-only
1201+
black --config {toxinidir}/pyproject.toml {toxinidir} --diff --check
1202+
isort --settings-path {toxinidir}/.isort.cfg {toxinidir} --diff --check-only
12031203
flake8 --config {toxinidir}/.flake8 {toxinidir}
12041204

12051205
[testenv:spellcheck]

0 commit comments

Comments
 (0)