bcf1eb9100
CI / push-validation (pull_request) Successful in 25s
CI / build (pull_request) Successful in 41s
CI / lint (pull_request) Successful in 48s
CI / quality (pull_request) Successful in 47s
CI / helm (pull_request) Successful in 46s
CI / typecheck (pull_request) Successful in 58s
CI / security (pull_request) Successful in 1m33s
CI / unit_tests (pull_request) Successful in 6m44s
CI / integration_tests (pull_request) Successful in 10m30s
CI / docker (pull_request) Successful in 1m45s
CI / coverage (pull_request) Successful in 10m23s
CI / status-check (pull_request) Successful in 4s
- Move MockMCPTransport import to module level in counting_mcp_transport.py, removing the noqa: PLC0415 suppression that caused RUF100 (unused noqa) - Remove dead `if TYPE_CHECKING: pass` block and unused TYPE_CHECKING import - Remove unused `from typing import Any` in race condition step definitions (F401) - Fix excess blank lines (3 → 2) between imports and first section in step file - Remove @tdd_expected_fail tag from tdd_mcp_client_start_race.feature; the bug is fixed so the scenario now passes, and the file's own comment states the tag must be removed when #10438 is resolved ISSUES CLOSED: #10438