We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962e00d commit fa93077Copy full SHA for fa93077
1 file changed
.github/workflows/python-app.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- pip install black
+ pip install black==24.8.0
30
31
# Verification of code structure, analogous to checking for mathematical precision
32
- name: Run Black Linter
0 commit comments