Skip to content

Bump ruff

Bump ruff #332

Triggered via push March 15, 2025 08:14
Status Failure
Total duration 1m 51s
Artifacts

quick-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Code check: yt_dlp/postprocessor/ffmpeg.py#L746
yt_dlp/postprocessor/ffmpeg.py:746:43: C420 Unnecessary dict comprehension for iterable; use `dict.fromkeys` instead
Code check: yt_dlp/jsinterp.py#L304
yt_dlp/jsinterp.py:304:20: C420 Unnecessary dict comprehension for iterable; use `dict.fromkeys` instead
Code check: yt_dlp/extractor/medaltv.py#L105
yt_dlp/extractor/medaltv.py:105:21: RUF046 Value being cast to `int` is already an integer
Code check: yt_dlp/extractor/common.py#L2938
yt_dlp/extractor/common.py:2938:74: RUF046 Value being cast to `int` is already an integer
Code check: yt_dlp/aes.py#L186
yt_dlp/aes.py:186:19: RUF046 Value being cast to `int` is already an integer
Code check: yt_dlp/aes.py#L161
yt_dlp/aes.py:161:19: RUF046 Value being cast to `int` is already an integer
Code check: yt_dlp/aes.py#L137
yt_dlp/aes.py:137:19: RUF046 Value being cast to `int` is already an integer
Code check: yt_dlp/aes.py#L106
yt_dlp/aes.py:106:19: RUF046 Value being cast to `int` is already an integer
Code check: yt_dlp/aes.py#L86
yt_dlp/aes.py:86:19: RUF046 Value being cast to `int` is already an integer
Code check: test/test_jsinterp.py#L387
test/test_jsinterp.py:387:49: SIM905 Consider using a list literal instead of `str.split`