Skip to content

Commit a63ddd5

Browse files
committed
Fix import of bandit on nox
1 parent 75266b3 commit a63ddd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def precommit(session: Session) -> None:
115115
"""Lint using pre-commit."""
116116
args = session.posargs or ["run", "--all-files", "--show-diff-on-failure"]
117117
session.install(
118-
"bandit[toml]",
118+
"bandit",
119119
"black",
120120
"darglint",
121121
"flake8",

0 commit comments

Comments
 (0)