Skip to content

Commit

Permalink
tox: fix typo in lint source dir expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed May 17, 2024
1 parent c2e30e7 commit dd3e23c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1198,8 +1198,8 @@ deps =
-r dev-requirements.txt

commands =
black --config {toxinidir}/pyproject.toml {{toxinidir}} --diff --check
isort --settings-path {toxinidir}/.isort.cfg {{toxinidir}} --diff --check-only
black --config {toxinidir}/pyproject.toml {toxinidir} --diff --check
isort --settings-path {toxinidir}/.isort.cfg {toxinidir} --diff --check-only
flake8 --config {toxinidir}/.flake8 {toxinidir}

[testenv:spellcheck]
Expand Down

0 comments on commit dd3e23c

Please sign in to comment.