Unverified Commit 7281484d authored by John Chilton's avatar John Chilton Committed by GitHub
Browse files

Merge pull request #18955 from nsoranzo/release_24.0_pin_black_24.8.0

[24.0] Pin black version to 24.8.0 in workflow action
parents de8e982c 31095a0e
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