Skip to content

Commit

Permalink
Adds missing dash
Browse files Browse the repository at this point in the history
  • Loading branch information
danmilne1 committed Sep 11, 2023
1 parent 1e7aaa7 commit 4100609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.repo_name }}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ repos:
hooks:
- id: bandit
name: bandit - Checks for vulnerabilities
args: ["c", "pyproject.toml"]
args: ["-c", "pyproject.toml"]
additional_dependencies: ["bandit[toml]"]
{% if cookiecutter.using_R == "Yes" %}
# R specific hooks: https://github.com/lorenzwalthert/precommit
Expand Down

0 comments on commit 4100609

Please sign in to comment.