Skip to content

Commit 17d4a4e

Browse files
Update main.yml
1 parent e6b2f19 commit 17d4a4e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ jobs:
2828
run: |
2929
pylint --exit-zero --output-format=text . --ignore=venv,env,.venv,.env || echo "Pylint completed with issues"
3030
continue-on-error: true
31-
run: |
32-
black --check --diff . || echo "Code formatting issues found (not blocking)"
33-
continue-on-error: true
34-
31+
3532
- name: Check import sorting with isort
3633
run: |
3734
isort --check-only --diff . || echo "Import sorting issues found (not blocking)"

0 commit comments

Comments
 (0)