Skip to content

Commit 3200e72

Browse files
authored
Update tox.ini
1 parent aaad952 commit 3200e72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ python =
1919
[testenv:bandit]
2020
deps =
2121
bandit==1.7.4
22+
importlib-metadata==4.7.1
2223
commands =
2324
bandit -c bandit.yaml -r djangomako
2425

@@ -30,4 +31,4 @@ commands =
3031
[testenv:isort]
3132
deps = isort
3233
commands =
33-
isort --check-only --diff --profile=black .
34+
isort --check-only --diff --profile=black .

0 commit comments

Comments
 (0)