Skip to content

Update pyproject.toml #299

Update pyproject.toml

Update pyproject.toml #299

Triggered via push June 25, 2024 10:25
Status Failure
Total duration 2m 49s
Artifacts

quick-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (ARG001): test/helper.py#L47
test/helper.py:47:30: ARG001 Unused function argument: `args`
Ruff (ARG001): test/helper.py#L47
test/helper.py:47:38: ARG001 Unused function argument: `kwargs`
Ruff (ARG002): test/helper.py#L70
test/helper.py:70:29: ARG002 Unused method argument: `args`
Ruff (ARG002): test/helper.py#L70
test/helper.py:70:37: ARG002 Unused method argument: `kwargs`
Ruff (ARG002): test/helper.py#L73
test/helper.py:73:27: ARG002 Unused method argument: `args`
Ruff (ARG002): test/helper.py#L73
test/helper.py:73:35: ARG002 Unused method argument: `kwargs`
Ruff (ARG001): test/helper.py#L83
test/helper.py:83:28: ARG001 Unused function argument: `self`
Ruff (ARG002): test/test_YoutubeDL.py#L42
test/test_YoutubeDL.py:42:31: ARG002 Unused method argument: `args`
Ruff (ARG002): test/test_YoutubeDL.py#L42
test/test_YoutubeDL.py:42:39: ARG002 Unused method argument: `kwargs`
Ruff (ARG002): test/test_YoutubeDL.py#L45
test/test_YoutubeDL.py:45:19: ARG002 Unused method argument: `args`