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 f5430a2 commit b7a8f64Copy full SHA for b7a8f64
tox.ini
@@ -34,13 +34,14 @@ setenv =
34
[testenv:mypy{,-current,-lowest}]
35
skip_install = True
36
commands =
37
- # mypy config is on own file: `.mypy.ini`
+ # config is on own file: `.mypy.ini`
38
!lowest: poetry run mypy
39
lowest: poetry run mypy --python-version=3.9
40
41
[testenv:flake8]
42
43
44
+ # config is in own file: `.flake8`
45
poetry run flake8 cyclonedx_py/ tests/
46
47
[testenv:bandit]
@@ -49,8 +50,8 @@ commands =
49
50
poetry run bandit -c bandit.yml -v -r cyclonedx_py tests
51
52
[testenv:deptry]
-# config is in `pyproject.toml`
53
-command =
+commands =
54
+ # config is in `pyproject.toml`
55
poetry run deptry -v .
56
57
[testenv:pyupgrade]
0 commit comments