add ruff as dev-dependency

since it is mentioned in the development doc, it makes sense to install
it as such
This commit is contained in:
Marcel Hellwig
2026-01-05 19:30:34 +01:00
parent 9ff2dc4b92
commit 0b4b84a4aa
3 changed files with 41 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ dependencies = [
"libtorrent>=2.0.11",
]
[dependency-groups]
dev = ["ruff"]
[tool.setuptools.packages.find]
include = ["media_manager*"]
exclude = ["web*", "Writerside*", "metadata_relay*", "tests*"]