Unverified Commit 31095a0e authored by Nicola Soranzo's avatar Nicola Soranzo
Browse files

Pin black version to 24.8.0 in workflow action

black 24.10.0 has dropped support for Python 3.8 .
parent 8ded80d3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -55,4 +55,6 @@ jobs:
      - name: Run mypy checks
        run: tox -e mypy
      - uses: psf/black@stable
        with:
          version: "24.8.0"  # last version supporting Python 3.8
      - uses: isort/isort-action@v1