diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c6f29b9..5ace1f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -135,7 +135,7 @@ repos: args: ["--max-line-length=120"] - repo: https://github.com/PyCQA/bandit - rev: 1.9.3 + rev: 1.9.4 hooks: - id: bandit name: "🐍 bandit - Find python security issues"