Skip to content

Commit 0a239f9

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

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
@@ -32,13 +32,13 @@ setenv =
3232

3333
[testenv:mypy{,-current,-lowest}]
3434
commands =
35-
# mypy config is in own file: `.mypy.ini`
35+
# config is in own file: `.mypy.ini`
3636
!lowest: poetry run mypy
3737
lowest: poetry run mypy --python-version=3.9
3838

3939
[testenv:flake8]
4040
commands =
41-
# mypy config is in own file: `.flake8`
41+
# config is in own file: `.flake8`
4242
poetry run flake8 cyclonedx/ tests/ typings/ examples/ tools/
4343

4444
[testenv:bandit]

0 commit comments

Comments
 (0)