1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-01-16 03:41:44 +00:00
This commit is contained in:
c-basalt
2024-08-11 20:05:46 -04:00
parent b58d59ec78
commit f1959b8edf
3 changed files with 6 additions and 6 deletions

View File

@@ -263,7 +263,7 @@ select = [
"A002", # builtin-argument-shadowing
"C408", # unnecessary-collection-call
]
"yt_dlp/jsinterp.py" = [
"yt_dlp/jsinterp/native.py" = [
"UP031", # printf-string-formatting
]