Skip to content

[tabulate] Update to 0.10.*#15491

Merged
srittau merged 2 commits intopython:mainfrom
donbarbos:bump-tabulate
Mar 7, 2026
Merged

[tabulate] Update to 0.10.*#15491
srittau merged 2 commits intopython:mainfrom
donbarbos:bump-tabulate

Conversation

@donbarbos
Copy link
Contributor

Closes: #15489

@github-actions

This comment has been minimized.

Comment on lines +8 to +14
# These constants are meant to be configurable
# https://github.com/astanin/python-tabulate#text-formatting
PRESERVE_WHITESPACE: bool
MIN_PADDING: int
PRESERVE_WHITESPACE: Final[bool]
MIN_PADDING: Final[int]
# https://github.com/astanin/python-tabulate#wide-fullwidth-cjk-symbols
WIDE_CHARS_MODE: bool
SEPARATING_LINE: str
WIDE_CHARS_MODE: Final[bool]
SEPARATING_LINE: Final[str]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment above these items implies that these should not be Final.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, sure. Sorry

@github-actions
Copy link
Contributor

github-actions bot commented Mar 7, 2026

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@srittau srittau merged commit 3e9ca33 into python:main Mar 7, 2026
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants