added a spotify automation script #10264
Annotations
10 errors
Ruff (I001):
web_programming/spotiauto.py#L1
web_programming/spotiauto.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP007):
web_programming/spotiauto.py#L8
web_programming/spotiauto.py:8:19: UP007 Use `X | Y` for type annotations
|
Ruff (E501):
web_programming/spotiauto.py#L14
web_programming/spotiauto.py:14:89: E501 Line too long (112 > 88)
|
Ruff (S603):
web_programming/spotiauto.py#L19
web_programming/spotiauto.py:19:16: S603 `subprocess` call: check for execution of untrusted input
|
Ruff (S607):
web_programming/spotiauto.py#L19
web_programming/spotiauto.py:19:31: S607 Starting a process with a partial executable path
|
Ruff (E501):
web_programming/spotiauto.py#L19
web_programming/spotiauto.py:19:89: E501 Line too long (117 > 88)
|
Ruff (E501):
web_programming/spotiauto.py#L31
web_programming/spotiauto.py:31:89: E501 Line too long (102 > 88)
|
Ruff (S603):
web_programming/spotiauto.py#L36
web_programming/spotiauto.py:36:28: S603 `subprocess` call: check for execution of untrusted input
|
Ruff (S607):
web_programming/spotiauto.py#L36
web_programming/spotiauto.py:36:43: S607 Starting a process with a partial executable path
|
Ruff (E501):
web_programming/spotiauto.py#L36
web_programming/spotiauto.py:36:89: E501 Line too long (129 > 88)
|