From 6b31a2f76df7460ad1510443b6cd7d330df1f3d2 Mon Sep 17 00:00:00 2001 From: Robbie Blaine Date: Wed, 9 Oct 2024 12:04:34 +0200 Subject: [PATCH] Keep Black version in sync with `pyproject.toml` --- .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 921c2d087..f49db5057 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 24.8.0 hooks: - id: black stages: [pre-push] @@ -11,7 +11,7 @@ repos: hooks: - id: blacken-docs stages: [pre-push] - additional_dependencies: [black==24.8.0] + additional_dependencies: [black~=24.8.0] language_version: python3 files: '\.(rst|md|markdown|py|tex)$'