From 57268909f88cc8c8452645b754fe2ac693d87974 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 27 Aug 2024 02:49:22 +0200 Subject: [PATCH] upgrade black to 24.x --- .github/workflows/black.yaml | 2 +- .pre-commit-config.yaml | 2 +- requirements.d/codestyle.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/black.yaml b/.github/workflows/black.yaml index f382af79a..6d473e0af 100644 --- a/.github/workflows/black.yaml +++ b/.github/workflows/black.yaml @@ -12,4 +12,4 @@ jobs: - uses: actions/checkout@v4 - uses: psf/black@stable with: - version: "~= 23.0" + version: "~= 24.0" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b6d0d390..16e334217 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit diff --git a/requirements.d/codestyle.txt b/requirements.d/codestyle.txt index b9e137e68..4a92e2c83 100644 --- a/requirements.d/codestyle.txt +++ b/requirements.d/codestyle.txt @@ -1 +1 @@ -black >=23.0, <24 +black >=24.0, <25