Skip to content

Commit

Permalink
Merge pull request #16390 from nsoranzo/release_23.0_pin_black
Browse files Browse the repository at this point in the history
[23.0] Pin black version to 23.3.0 in workflow action
  • Loading branch information
mvdbeek committed Jul 11, 2023
2 parents c93a718 + e7500ae commit eb36c37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eb36c37

Please sign in to comment.