Unverified Commit eb36c377 authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Merge pull request #16390 from nsoranzo/release_23.0_pin_black

[23.0] Pin black version to 23.3.0 in workflow action 
parents c93a718d e7500ae7
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