Skip to content

Commit

Permalink
Pin black version to 24.8.0 in workflow action
Browse files Browse the repository at this point in the history
black 24.10.0 has dropped support for Python 3.8 .
  • Loading branch information
nsoranzo committed Oct 8, 2024
1 parent 8ded80d commit 31095a0
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 @@ -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

0 comments on commit 31095a0

Please sign in to comment.