Skip to content

Commit

Permalink
fix black version to 24.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefaanhessmann committed Jul 19, 2024
1 parent 87e52c1 commit 86caebc
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 @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black
pip install black==24.4.2
- name: Run black
run: black --check .
Expand Down

0 comments on commit 86caebc

Please sign in to comment.