From 31826f81a0192114467468c4aa2c4861ab3c55a8 Mon Sep 17 00:00:00 2001 From: expobrain <2404909+expobrain@users.noreply.github.com> Date: Mon, 26 Feb 2024 01:11: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 1f0be5a..9d971c2 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.2.1 + rev: v2.3.0 hooks: - id: autoflake args: @@ -44,7 +44,7 @@ repos: - flake8-bugbear - flake8-datetime-utcnow-plugin - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade args: @@ -76,7 +76,7 @@ repos: - "-lll" - "tests" - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.2.0 hooks: - id: black - repo: https://github.com/pre-commit/pygrep-hooks