From 18688620c3193e69711532ec9d688342d4be2026 Mon Sep 17 00:00:00 2001 From: expobrain <2404909+expobrain@users.noreply.github.com> Date: Mon, 18 Mar 2024 01:11:15 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .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 d99b9d9..a793a4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - --autofix - id: trailing-whitespace - repo: https://github.com/myint/autoflake - rev: v2.3.0 + rev: v2.3.1 hooks: - id: autoflake args: @@ -76,7 +76,7 @@ repos: - "-lll" - "tests" - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/pre-commit/pygrep-hooks