Skip to content

Update scripts for new release v1.3.2 #16

Update scripts for new release v1.3.2

Update scripts for new release v1.3.2 #16

Triggered via push January 4, 2024 15:00
Status Success
Total duration 57s
Artifacts

test.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F401): musicalgestures/__init__.py#L7
musicalgestures/__init__.py:7:37: F401 `musicalgestures._utils.MgFigure` imported but unused
Ruff (F401): musicalgestures/__init__.py#L7
musicalgestures/__init__.py:7:47: F401 `musicalgestures._utils.MgImage` imported but unused
Ruff (F401): musicalgestures/__init__.py#L8
musicalgestures/__init__.py:8:37: F401 `musicalgestures._mglist.MgList` imported but unused
Ruff (E722): musicalgestures/_audio.py#L79
musicalgestures/_audio.py:79:13: E722 Do not use bare `except`
Ruff (E401): musicalgestures/_blend.py#L2
musicalgestures/_blend.py:2:1: E401 Multiple imports on one line
Ruff (F401): musicalgestures/_blend.py#L2
musicalgestures/_blend.py:2:12: F401 `subprocess` imported but unused
Ruff (E711): musicalgestures/_blend.py#L23
musicalgestures/_blend.py:23:20: E711 Comparison to `None` should be `cond is None`
Ruff (E711): musicalgestures/_blend.py#L28
musicalgestures/_blend.py:28:23: E711 Comparison to `None` should be `cond is None`
Ruff (F821): musicalgestures/_blend.py#L40
musicalgestures/_blend.py:40:9: F821 Undefined name `cmd_filter`
Ruff (E712): musicalgestures/_blend.py#L47
musicalgestures/_blend.py:47:22: E712 Comparison to `True` should be `cond is True` or `if cond:`