From aee80e5dd525b930ba011d5a8e02c56ceb3a2903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Wed, 11 Feb 2026 00:39:39 +0100 Subject: [PATCH] Update black --- .github/workflows/test.yaml | 6 ++++-- .pre-commit-config.yaml | 2 +- requirements-dev.txt | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c752ee44..a490013b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,10 +16,10 @@ jobs: strategy: fail-fast: false matrix: - py_version: ['3.9', '3.11', '3.12', '3.13', '3.14'] + py_version: ["3.9", "3.11", "3.12", "3.13", "3.14"] os: [ubuntu-latest, windows-latest] include: - - py_version: '3.8' + - py_version: "3.8" os: windows-latest runs-on: ${{ matrix.os }} @@ -73,3 +73,5 @@ jobs: steps: - uses: actions/checkout@v5.0.0 - uses: psf/black@stable + with: + version: "26.1.0" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 468029fd..25fc7b85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: exclude: '^(LICENSE\.txt|resources/language/.*\.po)$' - repo: https://github.com/psf/black - rev: "24.4.2" + rev: "26.1.0" hooks: - id: black diff --git a/requirements-dev.txt b/requirements-dev.txt index 04bcd7b5..6cbcd282 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -r requirements-test.txt pre-commit >= 3.7.1 -black >= 24.4.2 +black >= 26.1.0