ci: ruff baseline 정리 전면 실패 분리 및 단계적 적용 #355
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
ruff check src/ tests/가 대량 위반으로 즉시 실패합니다.Reproduction
Observed
ruff check에서 110 errorsI001import 정렬E501line too longF401/F841unused import/variableUP*,N*규칙 위반Impact
Proposed Options
Scope
.gitea/workflows/ci.yml.github/workflows/ci.ymlpyproject.toml(필요 시 ruff 정책 조정)src/,tests/(점진 정리)Related
재검증 결과 #355의 본 이슈(ruff baseline 전면 실패)는 현재 해소되었습니다.
검증 (2026-03-01):
현 시점 기준으로 CI 린트 전면 실패를 재현하지 못했으므로, baseline 분리 이슈는 종료합니다.