fix: int_to_roman silently returns wrong values for out-of-range input #17856
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (EM102):
conversions/roman_numerals.py#L72
conversions/roman_numerals.py:72:13: EM102 Exception must not use an f-string literal, assign to variable first
help: Assign to variable; remove f-string literal
|
|
ruff (EM102):
conversions/roman_numerals.py#L68
conversions/roman_numerals.py:68:13: EM102 Exception must not use an f-string literal, assign to variable first
help: Assign to variable; remove f-string literal
|