We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7b81e commit 7357038Copy full SHA for 7357038
.github/workflows/pylint.yml
@@ -31,7 +31,7 @@ jobs:
31
run: python -m isort --verbose .
32
33
# Step 5: Format code with Black
34
- - name: Format with Black
+ - name: Run Black
35
run: python -m black --verbose .
36
37
# Step 6: Run Flake8 for linting
0 commit comments