Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

chore(deps): update pre-commit hook pycqa/bandit to v1.7.3 #202

Merged
merged 1 commit into from
Feb 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -44,7 +44,7 @@ repos:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.2
rev: 1.7.3
hooks:
- id: bandit
args: [-x, tests]