Skip to content

Add Flask-based calculator Closes #12714 #14781

Add Flask-based calculator Closes #12714

Add Flask-based calculator Closes #12714 #14781

Triggered via pull request October 6, 2025 12:45
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ruff
Process completed with exit code 1.
Ruff (S201): other/Calculator/Calc.py#L64
other/Calculator/Calc.py:64:13: S201 Use of `debug=True` in Flask app detected
Ruff (RUF001): other/Calculator/Calc.py#L29
other/Calculator/Calc.py:29:48: RUF001 String contains ambiguous `×` (MULTIPLICATION SIGN). Did you mean `x` (LATIN SMALL LETTER X)?
Ruff (E501): other/Calculator/Calc.py#L24
other/Calculator/Calc.py:24:89: E501 Line too long (89 > 88)
Ruff (E501): other/Calculator/Calc.py#L13
other/Calculator/Calc.py:13:89: E501 Line too long (98 > 88)
Ruff (INP001): other/Calculator/Calc.py#L1
other/Calculator/Calc.py:1:1: INP001 File `other/Calculator/Calc.py` is part of an implicit namespace package. Add an `__init__.py`.