Skip to content

Added a function file with example #12848

Added a function file with example

Added a function file with example #12848

Triggered via pull request April 28, 2025 12:46
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
ruff
Process completed with exit code 1.
Ruff (E501): other/functions.py#L50
other/functions.py:50:89: E501 Line too long (127 > 88)
Ruff (A002): other/functions.py#L46
other/functions.py:46:23: A002 Function argument `list` is shadowing a Python builtin
Ruff (E501): other/functions.py#L33
other/functions.py:33:89: E501 Line too long (94 > 88)
Ruff (E501): other/functions.py#L32
other/functions.py:32:89: E501 Line too long (110 > 88)
Ruff (E501): other/functions.py#L31
other/functions.py:31:89: E501 Line too long (109 > 88)
Ruff (E501): other/functions.py#L23
other/functions.py:23:89: E501 Line too long (130 > 88)
Ruff (E501): other/functions.py#L16
other/functions.py:16:89: E501 Line too long (139 > 88)
Ruff (E501): other/functions.py#L4
other/functions.py:4:89: E501 Line too long (116 > 88)