From ee2a431c61f09ce4687db76b7e0c13d5765e8f4d Mon Sep 17 00:00:00 2001 From: expobrain Date: Mon, 29 Jan 2024 01:10:54 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1ce729..1f0be5a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: hooks: - id: isort - repo: https://github.com/pycqa/bandit - rev: 1.7.6 + rev: 1.7.7 hooks: - id: bandit args: @@ -67,7 +67,7 @@ repos: - "--exclude" - "tests" - repo: https://github.com/pycqa/bandit - rev: 1.7.6 + rev: 1.7.7 hooks: - id: bandit args: @@ -76,7 +76,7 @@ repos: - "-lll" - "tests" - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black - repo: https://github.com/pre-commit/pygrep-hooks