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