fix(tui): fix one-time output rendering on exit for TUI

This commit is contained in:
Xuehai Pan 2025-05-20 19:09:16 +08:00
parent cd0eb7e476
commit cf7be3e117
3 changed files with 4 additions and 4 deletions

View file

@ -26,9 +26,9 @@ repos:
fail_fast: true
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.9
rev: v0.11.10
hooks:
- id: ruff
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
args: [--exit-non-zero-on-format]