mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-07 01:11:54 +00:00
[cleanup] Misc (#11915)
Authored by: grqz, Grub4K, seproDev Co-authored-by: sepro <[email protected]> Co-authored-by: N/Ame <[email protected]>
This commit is contained in:
co-authored by
sepro
N/Ame
parent
e2ef4fece6
commit
dade5e35c8
+2
-1
@@ -76,7 +76,7 @@ dev = [
|
||||
]
|
||||
static-analysis = [
|
||||
"autopep8~=2.0",
|
||||
"ruff~=0.8.0",
|
||||
"ruff~=0.9.0",
|
||||
]
|
||||
test = [
|
||||
"pytest~=8.1",
|
||||
@@ -195,6 +195,7 @@ ignore = [
|
||||
"B023", # function-uses-loop-variable (false positives)
|
||||
"B028", # no-explicit-stacklevel
|
||||
"B904", # raise-without-from-inside-except
|
||||
"A005", # stdlib-module-shadowing
|
||||
"C401", # unnecessary-generator-set
|
||||
"C402", # unnecessary-generator-dict
|
||||
"PIE790", # unnecessary-placeholder
|
||||
|
||||
Reference in New Issue
Block a user