Skip to content

Commit

Permalink
Change tox testenv:black envdir (#1530)
Browse files Browse the repository at this point in the history
* change tox testenv:black envdir

* remove envdir from tox.ini
  • Loading branch information
korgan00 authored Nov 22, 2024
1 parent f9a10e5 commit 4a2383f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@ commands =
python -m pytest -v

[testenv:lint]
envdir = .tox/lint
skip_install = true
commands =
black --diff --check .
pylint -rn qiskit_serverless tests
mypy --install-types --non-interactive .

[testenv:black]
envdir = .tox/lint
skip_install = true
commands = black .

Expand Down

0 comments on commit 4a2383f

Please sign in to comment.