-
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
20aec6d
commit abf9c61
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule rich
updated
12 files
+11 −0 | CHANGELOG.md | |
+4 −0 | CONTRIBUTORS.md | |
+1 −0 | docs/source/progress.rst | |
+1 −0 | pyproject.toml | |
+4 −10 | rich/console.py | |
+2 −0 | rich/panel.py | |
+25 −1 | rich/progress.py | |
+1 −0 | rich/spinner.py | |
+5 −3 | rich/text.py | |
+5 −3 | tests/test_console.py | |
+3 −1 | tests/test_progress.py | |
+53 −0 | tests/test_text.py |
Submodule textual
updated
24 files