Skip to content

Commit

Permalink
Substituting plain headed box when show_header=False on Table (#2330)
Browse files Browse the repository at this point in the history
* Substituting plain headed box when show_header=False on Table

* Update changelog

* Revert __main__ in table to remove test code
  • Loading branch information
darrenburns committed Jun 8, 2022
1 parent d68c6b2 commit 51889e2
Show file tree
Hide file tree
Showing 6 changed files with 133 additions and 111 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Expand Up @@ -14,7 +14,6 @@ repos:
- id: check-yaml
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- id: check-vcs-permalinks
- id: check-shebang-scripts-are-executable
- repo: https://github.com/pre-commit/pygrep-hooks
Expand All @@ -31,7 +30,7 @@ repos:
- id: pycln
args: [--all]
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
exclude: ^benchmarks/
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix text wrapping edge case https://github.com/Textualize/rich/pull/2296
- Allow exceptions that are raised while a Live is rendered to be displayed and/or processed https://github.com/Textualize/rich/pull/2305
- Fix crashes that can happen with `inspect` when docstrings contain some special control codes https://github.com/Textualize/rich/pull/2294
- Fix edges used in first row of tables when `show_header=False` https://github.com/Textualize/rich/pull/2330

## [12.4.4] - 2022-05-24

Expand Down

0 comments on commit 51889e2

Please sign in to comment.