Skip to content

Conversation

@skshetry
Copy link
Collaborator

Rich added vertical kwarg in add_column, which linter
is now complaining (as it should). But this may keep on breaking
when rich adds/removes args/kwargs in the future.

So, this commit uses (*args, **kwargs) instead of specifying particular
parameters explicitly. This also sets collapse directly to the
rich.table.Column rather than extending through our one Column
implementation.

Thank you for the contribution - we'll try to review it as soon as possible. 🙏

Rich added `vertical` kwarg in `add_column`, which linter
is now complaining (as it should). But this may keep on breaking
when rich adds/removes args/kwargs in the future.

So, this commit uses (*args, **kwargs) instead of specifying particular
parameters explicitly. This also sets `collapse` directly to the
`rich.table.Column` rather than extending through our one `Column`
implementation.
@skshetry skshetry requested review from efiop and pmrowla January 11, 2022 04:37
@skshetry skshetry requested a review from a team as a code owner January 11, 2022 04:37
@skshetry skshetry merged commit 87abead into treeverse:main Jan 11, 2022
@skshetry skshetry deleted the fix-table branch January 11, 2022 05:43
@efiop efiop added bugfix fixes bug ui user interface / interaction labels Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix fixes bug ui user interface / interaction

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants