Skip to content

Commit 19527c4

Browse files
committed
Fix: Disable Python formatting in Ultralytics Actions workflow and remove test CI in python
1 parent c58bf3b commit 19527c4

2 files changed

Lines changed: 1 addition & 68 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
token: ${{ secrets._GITHUB_TOKEN || github.token }} # Auto-generated fallback
2828
labels: true # Auto-label issues/PRs using AI
29-
python: true # Format Python with Ruff
29+
python: false # Format Python with Ruff
3030
prettier: true # Format YAML, JSON, Markdown, CSS
3131
swift: false # Format Swift (requires macos-latest)
3232
spelling: true # Check spelling with codespell

0 commit comments

Comments
 (0)