lint(tui): add doctests and add type annotations in nvitop.tui (#164)

This commit is contained in:
Xuehai Pan 2025-04-25 05:50:41 +08:00 committed by GitHub
parent dfb4e3bf55
commit 96a0fab34f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 2302 additions and 1505 deletions

View file

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Show `%GMBW` in main screen by [@XuehaiPan](https://github.com/XuehaiPan) in [#156](https://github.com/XuehaiPan/nvitop/pull/156).
- Add doctests and add type annotations in `nvitop.tui` by [@XuehaiPan](https://github.com/XuehaiPan) in [#164](https://github.com/XuehaiPan/nvitop/pull/164).
### Changed