Unverified Commit e7500ae7 authored by Nicola Soranzo's avatar Nicola Soranzo
Browse files

Pin black version to 23.3.0 in workflow action

black 23.7.0 has dropped support for Python 3.7 .
parent c93a718d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -54,4 +54,6 @@ jobs:
      - name: Run mypy checks
        run: tox -e mypy
      - uses: psf/black@stable
        with:
          version: "23.3.0"
      - uses: isort/isort-action@master