Skip to content

Update test.yml

Update test.yml #11

Triggered via push January 3, 2024 15:44
Status Success
Total duration 53s
Artifacts

test.yml

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

Annotations

10 errors
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:`
Ruff (F401): musicalgestures/_blurfaces.py#L6
musicalgestures/_blurfaces.py:6:8: F401 `subprocess` imported but unused
Ruff (F401): musicalgestures/_blurfaces.py#L15
musicalgestures/_blurfaces.py:15:37: F401 `musicalgestures._filter.filter_frame_ffmpeg` imported but unused
Ruff (E711): musicalgestures/_blurfaces.py#L113
musicalgestures/_blurfaces.py:113:23: E711 Comparison to `None` should be `cond is None`