Skip to content

Commit

Permalink
pre-commit-config: add missing toml dependency for bandit (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro authored Sep 18, 2023
1 parent 0aac03d commit efb0a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.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 efb0a22

Please sign in to comment.