Skip to content

Commit

Permalink
Utils directory is no more. We no longer need to run the linter(s) on…
Browse files Browse the repository at this point in the history
… it.
  • Loading branch information
derekpierre committed Sep 19, 2023
1 parent 5ebb1ac commit a237bf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ basepython=python3`
[testenv:lint]
extras=linter
commands =
black --check {toxinidir}/scripts {toxinidir}/tests {toxinidir}/utils
flake8 {toxinidir}/scripts {toxinidir}/tests {toxinidir}/utils
isort --check-only --diff --recursive {toxinidir}/scripts {toxinidir}/tests {toxinidir}/utils
black --check {toxinidir}/scripts {toxinidir}/tests
flake8 {toxinidir}/scripts {toxinidir}/tests
isort --check-only --diff --recursive {toxinidir}/scripts {toxinidir}/tests

[testenv:tests]
commands =
Expand Down

0 comments on commit a237bf5

Please sign in to comment.