Merge branch 'master' of https://github.com/fourMs/MGT-python #17
Annotations
10 errors
Lint with Ruff:
musicalgestures/__init__.py#L7
musicalgestures/__init__.py:7:37: F401 `musicalgestures._utils.MgFigure` imported but unused
|
Lint with Ruff:
musicalgestures/__init__.py#L7
musicalgestures/__init__.py:7:47: F401 `musicalgestures._utils.MgImage` imported but unused
|
Lint with Ruff:
musicalgestures/__init__.py#L8
musicalgestures/__init__.py:8:37: F401 `musicalgestures._mglist.MgList` imported but unused
|
Lint with Ruff:
musicalgestures/_audio.py#L79
musicalgestures/_audio.py:79:13: E722 Do not use bare `except`
|
Lint with Ruff:
musicalgestures/_blend.py#L2
musicalgestures/_blend.py:2:1: E401 Multiple imports on one line
|
Lint with Ruff:
musicalgestures/_blend.py#L2
musicalgestures/_blend.py:2:12: F401 `subprocess` imported but unused
|
Lint with Ruff:
musicalgestures/_blend.py#L23
musicalgestures/_blend.py:23:20: E711 Comparison to `None` should be `cond is None`
|
Lint with Ruff:
musicalgestures/_blend.py#L28
musicalgestures/_blend.py:28:23: E711 Comparison to `None` should be `cond is None`
|
Lint with Ruff:
musicalgestures/_blend.py#L40
musicalgestures/_blend.py:40:9: F821 Undefined name `cmd_filter`
|
Lint with Ruff:
musicalgestures/_blend.py#L47
musicalgestures/_blend.py:47:22: E712 Comparison to `True` should be `cond is True` or `if cond:`
|
The logs for this run have expired and are no longer available.
Loading