Skip to content

Commit

Permalink
CI: relax black version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
BartSchuurmans committed Mar 20, 2024
1 parent ab430e0 commit b5b9edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: psf/black@22.12.0
- uses: psf/black@stable
with:
version: 22.12.0
version: "22.*"

0 comments on commit b5b9edd

Please sign in to comment.