Skip to content

Commit

Permalink
Fix version pin of Black in GitHub CI as well
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippWendler committed Feb 16, 2024
1 parent 714cbdd commit 852b312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- uses: psf/black@stable
with:
options: "--check --diff"
version: "<2024"
version: "<25"

0 comments on commit 852b312

Please sign in to comment.