[Chore/Refactor] Remove duplicate Python style checks handled by autofix CI #16578

Closed
opened 2026-02-21 19:26:44 -05:00 by yindo · 0 comments
Owner

Originally created by @laipz8200 on GitHub (Aug 30, 2025).

Originally assigned to: @laipz8200 on GitHub.

Description

Remove redundant Python style check steps from the style.yml workflow that are already handled by the autofix.yml workflow.

Motivation

The project currently has duplicate style checking - both manual checks in style.yml and automatic fixes in autofix.yml for the same ruff linting and formatting. This creates unnecessary CI runtime and maintenance overhead. Since autofix.yml already handles ruff check and ruff format automatically on PRs, the manual checks in style.yml are redundant and can be removed.

Originally created by @laipz8200 on GitHub (Aug 30, 2025). Originally assigned to: @laipz8200 on GitHub. ## Description Remove redundant Python style check steps from the style.yml workflow that are already handled by the autofix.yml workflow. ## Motivation The project currently has duplicate style checking - both manual checks in style.yml and automatic fixes in autofix.yml for the same ruff linting and formatting. This creates unnecessary CI runtime and maintenance overhead. Since autofix.yml already handles ruff check and ruff format automatically on PRs, the manual checks in style.yml are redundant and can be removed.
yindo closed this issue 2026-02-21 19:26:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#16578