Skip to content

Commit fcfa56a

Browse files
authored
Add 'bandit' to Python 3.10 environment in tox.ini
1 parent 2bf1347 commit fcfa56a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ basepython =
2727
pypypy3.10: pypy3.10
2828
pypypy-3.10: pypy3.10
2929
pypyjion: pyjion
30-
{docs,checks,black,black-check,lint,pylint,bandit,mypy,micro-benchmarks,coverage,import-timings,isort,isort-check,pyupgrade}: python3.9
30+
{docs,checks,black,black-check,lint,pylint,mypy,micro-benchmarks,coverage,import-timings,isort,isort-check,pyupgrade}: python3.9
3131
{py3.9,py3.9-dist,py3.9-dist-wheel,py3.9-windows,integration-storage}: python3.9
32-
{py3.10,py3.10-dist,py3.10-dist-wheel}: python3.10
32+
{py3.10,py3.10-dist,py3.10-dist-wheel,bandit}: python3.10
3333
{py3.11,py3.11-dist,py3.11-dist-wheel}: python3.11
3434
{py3.12,py3.12-dist,py3.12-dist-wheel}: python3.12
3535
{py3.13-dev,py3.13-dev-dist,py3.13-dev-dist-wheel}: python3.13

0 commit comments

Comments
 (0)