prompt_for_dep_floor_mismatch(
console: Console,
violations: Sequence[_FloorViolation]
) -> _TrustAction | _TrustPromptOutcome| Name | Type | Description |
|---|---|---|
console* | Console | Console printing to stderr. |
violations* | Sequence[_FloorViolation] | The detected below-floor dependencies. |
Block on a continue / mute / abort picker for a stale editable install.
Lives here (not in _dep_floor_check) beside the other pre-TUI trust
prompts so the picker implementation is shared. The prompt prints to
stderr and runs before the Textual alternate screen mounts, so it stays
visible.