Browse Source

upgrade black to 24.x

Thomas Waldmann 9 months ago
parent
commit
57268909f8
3 changed files with 3 additions and 3 deletions
  1. 1 1
      .github/workflows/black.yaml
  2. 1 1
      .pre-commit-config.yaml
  3. 1 1
      requirements.d/codestyle.txt

+ 1 - 1
.github/workflows/black.yaml

@@ -12,4 +12,4 @@ jobs:
       - uses: actions/checkout@v4
       - uses: psf/black@stable
         with:
-            version: "~= 23.0"
+            version: "~= 24.0"

+ 1 - 1
.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

+ 1 - 1
requirements.d/codestyle.txt

@@ -1 +1 @@
-black >=23.0, <24
+black >=24.0, <25