Skip to content

Commit fa93077

Browse files
authored
Pin Black linter version to 24.8.0
1 parent 962e00d commit fa93077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install black
29+
pip install black==24.8.0
3030
3131
# Verification of code structure, analogous to checking for mathematical precision
3232
- name: Run Black Linter

0 commit comments

Comments
 (0)