New feature: Support for converting numbers in a larger range. #12499
Annotations
10 errors
Ruff (E501):
conversions/roman_numerals.py#L11
conversions/roman_numerals.py:11:89: E501 Line too long (109 > 88)
|
Ruff (PLE2515):
conversions/roman_numerals.py#L13
conversions/roman_numerals.py:13:2: PLE2515 Invalid unescaped character zero-width-space, use "\u200B" instead
|
Ruff (PLE2515):
conversions/roman_numerals.py#L14
conversions/roman_numerals.py:14:2: PLE2515 Invalid unescaped character zero-width-space, use "\u200B" instead
|
Ruff (PLE2515):
conversions/roman_numerals.py#L15
conversions/roman_numerals.py:15:2: PLE2515 Invalid unescaped character zero-width-space, use "\u200B" instead
|
Ruff (PLE2515):
conversions/roman_numerals.py#L16
conversions/roman_numerals.py:16:2: PLE2515 Invalid unescaped character zero-width-space, use "\u200B" instead
|
Ruff (E501):
conversions/roman_numerals.py#L17
conversions/roman_numerals.py:17:89: E501 Line too long (126 > 88)
|
Ruff (E501):
conversions/roman_numerals.py#L23
conversions/roman_numerals.py:23:89: E501 Line too long (99 > 88)
|
Ruff:
conversions/roman_numerals.py#L35
conversions/roman_numerals.py:35:5: SyntaxError: Expected an indented block after function definition
|
Ruff (E501):
conversions/roman_numerals.py#L36
conversions/roman_numerals.py:36:89: E501 Line too long (108 > 88)
|
Ruff (PLE2515):
conversions/roman_numerals.py#L38
conversions/roman_numerals.py:38:2: PLE2515 Invalid unescaped character zero-width-space, use "\u200B" instead
|