diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59338e9..17620cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,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]