Skip to content

feat(conversions): add input validation and fix bugs in Roman Numerals and Excel Column Title conversions #18302

feat(conversions): add input validation and fix bugs in Roman Numerals and Excel Column Title conversions

feat(conversions): add input validation and fix bugs in Roman Numerals and Excel Column Title conversions #18302

Triggered via pull request June 29, 2026 05:09
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
ruff (EM102): conversions/roman_numerals.py#L44
conversions/roman_numerals.py:44:30: EM102 Exception must not use an f-string literal, assign to variable first help: Assign to variable; remove f-string literal
ruff (E501): conversions/excel_title_to_column.py#L30
conversions/excel_title_to_column.py:30:89: E501 Line too long (92 > 88)
ruff (E501): conversions/excel_title_to_column.py#L26
conversions/excel_title_to_column.py:26:89: E501 Line too long (94 > 88)
ruff (E501): conversions/excel_title_to_column.py#L22
conversions/excel_title_to_column.py:22:89: E501 Line too long (94 > 88)