Update workflow #17
Annotations
11 errors
mypy
Process completed with exit code 2.
|
Ruff (T201):
code/app.py#L33
code/app.py:33:5: T201 `print` found
|
Ruff (T201):
code/app.py#L34
code/app.py:34:5: T201 `print` found
|
Ruff (PLR0913):
code/app.py#L37
code/app.py:37:5: PLR0913 Too many arguments in function definition (9 > 5)
|
Ruff (D103):
code/app.py#L37
code/app.py:37:5: D103 Missing docstring in public function
|
Ruff (PLR2004):
code/app.py#L48
code/app.py:48:22: PLR2004 Magic value used in comparison, consider replacing `2` with a constant variable
|
Ruff (PLR2004):
code/app.py#L54
code/app.py:54:22: PLR2004 Magic value used in comparison, consider replacing `2500` with a constant variable
|
Ruff (E501):
code/app.py#L129
code/app.py:129:121: E501 Line too long (166 > 120)
|
Ruff (E501):
code/app.py#L153
code/app.py:153:121: E501 Line too long (155 > 120)
|
Ruff (E501):
code/app.py#L162
code/app.py:162:121: E501 Line too long (156 > 120)
|
Ruff (E501):
code/app.py#L188
code/app.py:188:121: E501 Line too long (204 > 120)
|