1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-01-31 02:57:15 +00:00

[cleanup] Misc (#11328)

Closes #11307
Authored by: bashonly, KBelmin

Co-authored-by: Belminho <102482175+KBelmin@users.noreply.github.com>
This commit is contained in:
bashonly
2024-10-23 21:27:26 +00:00
committed by GitHub
parent d784464399
commit c998238c2e
4 changed files with 11 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ dev = [
]
static-analysis = [
"autopep8~=2.0",
"ruff~=0.6.0",
"ruff~=0.7.0",
]
test = [
"pytest~=8.1",