Skip to content

Bump project version from 0.7.0 to 0.7.1 #423

Bump project version from 0.7.0 to 0.7.1

Bump project version from 0.7.0 to 0.7.1 #423

Triggered via push November 21, 2025 23:29
Status Failure
Total duration 35s
Artifacts

python-app.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
build
Process completed with exit code 1.
Ruff (E741): src/diffinsights_web/datastore/linesstats.py#L90
src/diffinsights_web/datastore/linesstats.py:90:13: E741 Ambiguous variable name: `l`
Ruff (F541): src/diffinsights_web/apps/explore_author.py#L347
src/diffinsights_web/apps/explore_author.py:347:19: F541 f-string without any placeholders
Ruff (invalid-syntax): src/diffinsights_web/02-contributors_graph.py#L571
src/diffinsights_web/02-contributors_graph.py:571:18: invalid-syntax: Cannot use named assignment expression (`:=`) on Python 3.7 (syntax was added in Python 3.8)
Ruff (invalid-syntax): src/diffannotator/utils/git.py#L1167
src/diffannotator/utils/git.py:1167:16: invalid-syntax: Cannot use named assignment expression (`:=`) on Python 3.7 (syntax was added in Python 3.8)
Ruff (invalid-syntax): src/diffannotator/utils/git.py#L380
src/diffannotator/utils/git.py:380:12: invalid-syntax: Cannot use named assignment expression (`:=`) on Python 3.7 (syntax was added in Python 3.8)
Ruff (F401): src/diffannotator/lexer.py#L33
src/diffannotator/lexer.py:33:30: F401 `pygments.util` imported but unused
Ruff (F401): src/diffannotator/gather_data.py#L61
src/diffannotator/gather_data.py:61:27: F401 `_typeshed.SupportsWrite` imported but unused
Ruff (F841): src/diffannotator/annotate.py#L2121
src/diffannotator/annotate.py:2121:29: F841 Local variable `ex` is assigned to but never used
Ruff (F841): src/diffannotator/annotate.py#L1573
src/diffannotator/annotate.py:1573:41: F841 Local variable `ex` is assigned to but never used
Ruff (F401): src/diffannotator/annotate.py#L52
src/diffannotator/annotate.py:52:27: F401 `_typeshed.SupportsWrite` imported but unused
build
Cache save failed.