From 6284ce46828773a155fcecb15f8a340f76241551 Mon Sep 17 00:00:00 2001 From: KAUTH <15343142+KAUTH@users.noreply.github.com> Date: Thu, 13 Jun 2024 08:06:07 +0000 Subject: [PATCH] build: 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 809135b5..bdfaf708 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: black args: [-l79, --check, --diff, .] - repo: https://github.com/PyCQA/bandit - rev: '1.7.8' + rev: '1.7.9' hooks: - id: bandit args: ["-r", "repository_service_tuf_api"]