feat(conversions): add input validation and fix bugs in Roman Numerals and Excel Column Title conversions #18302
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)
|