Skip to content

Commit

Permalink
Pin black version to 23.3.0 in workflow action
Browse files Browse the repository at this point in the history
black 23.7.0 has dropped support for Python 3.7 .
  • Loading branch information
nsoranzo committed Jul 11, 2023
1 parent c93a718 commit e7500ae
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 e7500ae

Please sign in to comment.