Skip to content

Enable buildx and github actions cache #19

Enable buildx and github actions cache

Enable buildx and github actions cache #19

Triggered via push February 26, 2024 16:51
Status Failure
Total duration 15s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Ruff (T201): code/app.py#L32
code/app.py:32:5: T201 `print` found
Ruff (T201): code/app.py#L33
code/app.py:33:5: T201 `print` found
Ruff (PLR0913): code/app.py#L36
code/app.py:36:5: PLR0913 Too many arguments in function definition (9 > 5)
Ruff (D103): code/app.py#L36
code/app.py:36:5: D103 Missing docstring in public function
Ruff (PLR2004): code/app.py#L47
code/app.py:47:22: PLR2004 Magic value used in comparison, consider replacing `2` with a constant variable
Ruff (PLR2004): code/app.py#L53
code/app.py:53:22: PLR2004 Magic value used in comparison, consider replacing `2500` with a constant variable
Ruff (E501): code/app.py#L128
code/app.py:128:121: E501 Line too long (166 > 120)
Ruff (E501): code/app.py#L152
code/app.py:152:121: E501 Line too long (155 > 120)
Ruff (E501): code/app.py#L161
code/app.py:161:121: E501 Line too long (156 > 120)
Ruff (E501): code/app.py#L187
code/app.py:187:121: E501 Line too long (204 > 120)
mypy
Process completed with exit code 2.