From 6afa7d344fbaa5b0dc19a2892bfcd4c86328b650 Mon Sep 17 00:00:00 2001 From: antonwolfy <100830759+antonwolfy@users.noreply.github.com> Date: Sat, 29 Nov 2025 02:55:54 +0000 Subject: [PATCH] chore: 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 b142dd21a9..ac254da518 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/PyCQA/bandit - rev: '1.9.1' + rev: '1.9.2' hooks: - id: bandit pass_filenames: false