Skip to content

fix: prevent leading zeroes in table rendering#15

Merged
caioblima merged 1 commit into
mainfrom
fix/table-rendering-string-leading-zeroes
May 4, 2026
Merged

fix: prevent leading zeroes in table rendering#15
caioblima merged 1 commit into
mainfrom
fix/table-rendering-string-leading-zeroes

Conversation

@caioblima

Copy link
Copy Markdown
Collaborator

This pull request makes a minor adjustment to the table rendering in the commands/senior-stock/__init__.py command by disabling automatic numeric detection in the BeautifulTable instance. This ensures that all data is treated as strings, which can help avoid formatting issues with certain types of data.

  • Table rendering: Set detect_numerics=False when creating the BeautifulTable to prevent automatic type detection for numeric values.

@caioblima caioblima self-assigned this May 4, 2026
@caioblima caioblima requested a review from br-monteiro May 4, 2026 14:38
@caioblima caioblima merged commit f410d2f into main May 4, 2026
1 check passed
@caioblima caioblima deleted the fix/table-rendering-string-leading-zeroes branch May 4, 2026 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants