diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0fa34b6..3f6d930 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,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]