itinerant_ruff_fixes #816
itinerant_ruff_fixes.yml
on: workflow_dispatch
dump_contexts_to_log
0s
home_dir
7s
Matrix: itinerant_ruff_fixes
Annotations
10 errors and 1 warning
Ruff (F401):
.tx/download.py#L9
.tx/download.py:9:27: F401 `xml.dom.minidom` imported but unused
|
Ruff (F401):
.tx/download.py#L10
.tx/download.py:10:25: F401 `collections.OrderedDict` imported but unused
|
Ruff (E711):
.tx/download.py#L119
.tx/download.py:119:19: E711 Comparison to `None` should be `cond is None`
|
Ruff (F401):
.tx/upload.py#L9
.tx/upload.py:9:27: F401 `xml.dom.minidom` imported but unused
|
Ruff (E711):
.tx/upload.py#L55
.tx/upload.py:55:19: E711 Comparison to `None` should be `cond is None`
|
Ruff (E711):
.tx/upload.py#L91
.tx/upload.py:91:21: E711 Comparison to `None` should be `cond is None`
|
Ruff (E711):
.tx/upload.py#L103
.tx/upload.py:103:23: E711 Comparison to `None` should be `cond is None`
|
Ruff (E711):
.tx/upload.py#L156
.tx/upload.py:156:19: E711 Comparison to `None` should be `cond is None`
|
Ruff (E402):
docs/update-feed.py#L16
docs/update-feed.py:16:1: E402 Module level import not at top of file
|
Ruff (E402):
docs/update-feed.py#L17
docs/update-feed.py:17:1: E402 Module level import not at top of file
|
SokoloffA/radiola
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|