Skip to content

Commit 07efec7

Browse files
committed
Bandit recursive
1 parent bad8597 commit 07efec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ commands = [["mypy", "--follow-imports", "skip", "{toxinidir}/fingr/", "{toxinid
108108
[tool.tox.env.bandit]
109109
description = "Check for security issues"
110110
deps = ["bandit"]
111-
commands = [["bandit", "{toxinidir}/fingr/", "{toxinidir}/fingr.py"]]
111+
commands = [["bandit", "-r", "{toxinidir}/fingr/", "{toxinidir}/fingr.py"]]
112112

113113
[tool.tox.env.ty]
114114
description = "Type check with ty"

0 commit comments

Comments
 (0)