Skip to content

Commit

Permalink
pre-commit: fix dependencies for bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro authored and efiop committed Sep 18, 2023
1 parent ee1ed95 commit b7aa638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ repos:
hooks:
- id: bandit
args: [-c, pyproject.toml]
additional_dependencies: ["toml"]
additional_dependencies: ["bandit[toml]"]

0 comments on commit b7aa638

Please sign in to comment.