Skip to content

Commit b7a8f64

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ setenv =
3434
[testenv:mypy{,-current,-lowest}]
3535
skip_install = True
3636
commands =
37-
# mypy config is on own file: `.mypy.ini`
37+
# config is on own file: `.mypy.ini`
3838
!lowest: poetry run mypy
3939
lowest: poetry run mypy --python-version=3.9
4040

4141
[testenv:flake8]
4242
skip_install = True
4343
commands =
44+
# config is in own file: `.flake8`
4445
poetry run flake8 cyclonedx_py/ tests/
4546

4647
[testenv:bandit]
@@ -49,8 +50,8 @@ commands =
4950
poetry run bandit -c bandit.yml -v -r cyclonedx_py tests
5051

5152
[testenv:deptry]
52-
# config is in `pyproject.toml`
53-
command =
53+
commands =
54+
# config is in `pyproject.toml`
5455
poetry run deptry -v .
5556

5657
[testenv:pyupgrade]

0 commit comments

Comments
 (0)