Skip to content

Commit

Permalink
chore(deps): update pre-commit hook pycqa/bandit to v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 4, 2022
1 parent 8bda1a0 commit 3eb8536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -45,7 +45,7 @@ repos:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.3
rev: 1.7.4
hooks:
- id: bandit
args: [-x, tests]
2 changes: 1 addition & 1 deletion {{cookiecutter.hyphenated_name}}/.pre-commit-config.yaml
Expand Up @@ -49,7 +49,7 @@ repos:
- id: mypy
additional_dependencies: []
- repo: https://github.com/PyCQA/bandit
rev: 1.7.3
rev: 1.7.4
hooks:
- id: bandit
args: [-x, tests]

0 comments on commit 3eb8536

Please sign in to comment.