Skip to content

Commit c34af20

Browse files
authored
ci: fix pyproject.toml quoting so Ruff can parse configuration
1 parent f22681b commit c34af20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = { text = "MIT" }
99
dependencies = [
1010
"yt-dlp>=2025.1.1",
1111

12-
\"mutagen>=1.46\",
12+
"mutagen>=1.46",
1313
]
1414

1515
[tool.ruff]

0 commit comments

Comments
 (0)