From 4915276612cb4d84061027d631acd59473ad56b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 00:44:40 +0000 Subject: [PATCH] chore: update pre-commit hooks (#211) Co-authored-by: expobrain --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f6b9eef..9d84c43 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: - "--py37-plus" - "--keep-runtime-typing" - repo: https://github.com/pycqa/isort - rev: 5.13.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/pycqa/bandit @@ -74,7 +74,7 @@ repos: - "-lll" - "tests" - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black - repo: https://github.com/pre-commit/pygrep-hooks