Skip to content

Commit

Permalink
updated black version for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Feb 25, 2025
1 parent faaa0f6 commit 8a629c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@20.8b1
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: psf/black@stable

0 comments on commit 8a629c5

Please sign in to comment.