Fix warnings from Ruff and ffmpeg

This commit is contained in:
2025-02-10 20:41:14 +01:00
parent 1ad53240a1
commit 870187e1e4
8 changed files with 100 additions and 1191 deletions

6
.vscode/settings.json vendored Normal file

@ -0,0 +1,6 @@
{
"python.analysis.typeCheckingMode": "standard",
"cSpell.words": [
"dotenv"
]
}