We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ebd21 commit 0a239f9Copy full SHA for 0a239f9
tox.ini
@@ -32,13 +32,13 @@ setenv =
32
33
[testenv:mypy{,-current,-lowest}]
34
commands =
35
- # mypy config is in own file: `.mypy.ini`
+ # config is in own file: `.mypy.ini`
36
!lowest: poetry run mypy
37
lowest: poetry run mypy --python-version=3.9
38
39
[testenv:flake8]
40
41
- # mypy config is in own file: `.flake8`
+ # config is in own file: `.flake8`
42
poetry run flake8 cyclonedx/ tests/ typings/ examples/ tools/
43
44
[testenv:bandit]
0 commit comments