Update black

This commit is contained in:
Odd Stråbø 2026-02-11 00:39:39 +01:00
commit aee80e5dd5
3 changed files with 6 additions and 4 deletions

View file

@ -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"

View file

@ -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

View file

@ -1,4 +1,4 @@
-r requirements-test.txt
pre-commit >= 3.7.1
black >= 24.4.2
black >= 26.1.0