mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-01-31 02:57:15 +00:00
[cleanup] Misc (#11915)
Authored by: grqz, Grub4K, seproDev Co-authored-by: sepro <sepro@sepr0.com> Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
This commit is contained in:
@@ -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