From 3d4070a65234fbdca564c2d8a746374468ed8b9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 07:23:53 +0000 Subject: [PATCH] chore: update pre-commit hooks (#208) Co-authored-by: expobrain --- .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 b6093bc..f6b9eef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,11 +52,11 @@ repos: - "--py37-plus" - "--keep-runtime-typing" - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort - repo: https://github.com/pycqa/bandit - rev: 1.7.5 + rev: 1.7.6 hooks: - id: bandit args: @@ -65,7 +65,7 @@ repos: - "--exclude" - "tests" - repo: https://github.com/pycqa/bandit - rev: 1.7.5 + rev: 1.7.6 hooks: - id: bandit args: