README.md: Add "Downloading data from DAGsHub" subsection #237
Annotations
10 errors and 2 warnings
Ruff (F401):
src/diffannotator/annotate.py#L52
src/diffannotator/annotate.py:52:27: F401 `_typeshed.SupportsWrite` imported but unused
|
Ruff (F841):
src/diffannotator/annotate.py#L1354
src/diffannotator/annotate.py:1354:41: F841 Local variable `ex` is assigned to but never used
|
Ruff (F841):
src/diffannotator/annotate.py#L1784
src/diffannotator/annotate.py:1784:29: F841 Local variable `ex` is assigned to but never used
|
Ruff (F401):
src/diffannotator/gather_data.py#L61
src/diffannotator/gather_data.py:61:27: F401 `_typeshed.SupportsWrite` imported but unused
|
Ruff (F401):
src/diffannotator/lexer.py#L33
src/diffannotator/lexer.py:33:30: F401 `pygments.util` imported but unused
|
Ruff (F541):
src/diffinsights_web/apps/author.py#L339
src/diffinsights_web/apps/author.py:339:19: F541 f-string without any placeholders
|
Ruff (E741):
src/diffinsights_web/datastore/linesstats.py#L89
src/diffinsights_web/datastore/linesstats.py:89:13: E741 Ambiguous variable name: `l`
|
Ruff (E741):
src/diffinsights_web/datastore/linesstats.py#L124
src/diffinsights_web/datastore/linesstats.py:124:13: E741 Ambiguous variable name: `l`
|
Ruff (E731):
src/diffinsights_web/datastore/linesstats.py#L146
src/diffinsights_web/datastore/linesstats.py:146:5: E731 Do not assign a `lambda` expression, use a `def`
|
Ruff (F541):
src/diffinsights_web/views/plots/period.py#L94
src/diffinsights_web/views/plots/period.py:94:15: F541 f-string without any placeholders
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
Cache save failed.
|