Skip to content

Commit 93ebd21

Browse files
committed
chore: fix tox for deptry
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent e82540f commit 93ebd21

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
@@ -46,8 +46,8 @@ commands =
4646
poetry run bandit -c bandit.yml -v -r cyclonedx tests examples tools
4747

4848
[testenv:deptry]
49-
# config is in `pyproject.toml`
50-
command =
49+
commands =
50+
# config is in `pyproject.toml`
5151
poetry run deptry -v .
5252

5353
[testenv:pyupgrade]

0 commit comments

Comments
 (0)