Added a function file with example #12847
Annotations
10 errors
Ruff (A002):
other/functions.py#L43
other/functions.py:43:23: A002 Function argument `list` is shadowing a Python builtin
|
Ruff (E501):
other/functions.py#L31
other/functions.py:31:89: E501 Line too long (94 > 88)
|
Ruff (W291):
other/functions.py#L30
other/functions.py:30:111: W291 Trailing whitespace
|
Ruff (E501):
other/functions.py#L30
other/functions.py:30:89: E501 Line too long (112 > 88)
|
Ruff (E501):
other/functions.py#L29
other/functions.py:29:89: E501 Line too long (109 > 88)
|
Ruff (E501):
other/functions.py#L22
other/functions.py:22:89: E501 Line too long (130 > 88)
|
Ruff (W291):
other/functions.py#L16
other/functions.py:16:85: W291 Trailing whitespace
|
Ruff (E501):
other/functions.py#L15
other/functions.py:15:89: E501 Line too long (139 > 88)
|
Ruff (E501):
other/functions.py#L4
other/functions.py:4:89: E501 Line too long (116 > 88)
|
Ruff (W291):
other/functions.py#L2
other/functions.py:2:42: W291 Trailing whitespace
|