From f91f040b354bbe0164f2decac993b00d644ac2c4 Mon Sep 17 00:00:00 2001 From: apoclyps Date: Mon, 13 Jan 2025 00:04:17 +0000 Subject: [PATCH] Auto-update pre-commit hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e77b75f..d23da54 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,7 +65,7 @@ repos: - --line-length=119 - repo: https://github.com/PyCQA/bandit - rev: 1.8.0 + rev: 1.8.2 hooks: - id: bandit description: Security oriented static analyser for python code