Skip to content

New feature: Support for converting numbers in a larger range. #12499

New feature: Support for converting numbers in a larger range.

New feature: Support for converting numbers in a larger range. #12499

Triggered via pull request February 10, 2025 03:49
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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