mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
fix(tui): fix one-time output rendering on exit for TUI
This commit is contained in:
parent
cd0eb7e476
commit
cf7be3e117
3 changed files with 4 additions and 4 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue