Skip to content

Commit

Permalink
Update autoblack_pull_request.yml (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
endast authored Dec 5, 2024
1 parent 6b69e92 commit 635c063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoblack_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-python@v5.3.0
with:
python-version: '3.12'
- run: pip install black==24.4.2
- run: pip install black==24.10.0
- run: black --check .
- name: If needed, commit black changes to the pull request
if: failure()
Expand Down

0 comments on commit 635c063

Please sign in to comment.