From d1e833571db248e3ede22ec41797a1fae0c36a1a Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sun, 19 Jan 2025 16:03:55 +0100 Subject: [PATCH] Update .pre-commit-config.yaml https://github.com/psf/black/releases/tag/24.10.0 --- .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 d3a39a7..33e1446 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: # Standard hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -34,7 +34,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black