Skip to content

Hooks on matching pairs #82

Hooks on matching pairs

Hooks on matching pairs #82

Triggered via pull request October 7, 2024 23:46
@ctongfeictongfei
synchronize #27
matching
Status Failure
Total duration 50s
Artifacts

python-app.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Ruff (E501): src/metametric/core/matching.py#L147
src/metametric/core/matching.py:147:121: E501 Line too long (121 > 120 characters)
Ruff (D100): tests/metametric/core/test_path.py#L1
tests/metametric/core/test_path.py:1:1: D100 Missing docstring in public module
Ruff (D103): tests/metametric/core/test_path.py#L4
tests/metametric/core/test_path.py:4:5: D103 Missing docstring in public function
Ruff (F841): tests/metametric/metrics/test_amr.py#L16
tests/metametric/metrics/test_amr.py:16:13: F841 Local variable `a13` is assigned to but never used
Ruff (F841): tests/metametric/metrics/test_amr.py#L19
tests/metametric/metrics/test_amr.py:19:13: F841 Local variable `a16` is assigned to but never used
Ruff (F841): tests/metametric/metrics/test_amr.py#L27
tests/metametric/metrics/test_amr.py:27:13: F841 Local variable `a23` is assigned to but never used
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/