Skip to content

Commit

Permalink
Downgrade black version to 23.3.0 in the CI
Browse files Browse the repository at this point in the history
As of 23.10 black no longer supports python 3.7, but we still do.
  • Loading branch information
kaufManu authored Mar 19, 2024
1 parent e19a7e4 commit 30df1b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
black-version: 23.3.0
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.7
- uses: isort/isort-action@master
- uses: isort/isort-action@master

0 comments on commit 30df1b7

Please sign in to comment.