-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abf9c61
commit 991e8b9
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule rich
updated
14 files
+1 −1 | .github/workflows/codespell.yml | |
+10 −6 | CHANGELOG.md | |
+313 −330 | poetry.lock | |
+4 −4 | pyproject.toml | |
+1 −1 | rich/_null_file.py | |
+3 −4 | rich/_win32_console.py | |
+6 −5 | rich/console.py | |
+5 −5 | rich/padding.py | |
+3 −2 | rich/panel.py | |
+3 −19 | rich/progress.py | |
+1 −1 | rich/segment.py | |
+3 −2 | rich/text.py | |
+30 −5 | tests/test_panel.py | |
+1 −3 | tests/test_progress.py |
Submodule textual
updated
6 files