Skip to content

Commit 1581e9e

Browse files
author
Eero Aaltonen
committed
WIP: try specifying bandit with explicit version
1 parent f509a7f commit 1581e9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ repos:
5050
hooks:
5151
- id: bandit
5252
args: ["-c", "pyproject.toml"]
53-
additional_dependencies: ["bandit[toml]"]
53+
additional_dependencies: ["bandit==1.7.4", "bandit[toml]"]

0 commit comments

Comments
 (0)