ci: Update pyproject.toml to include ruff

This commit is contained in:
2026-06-29 15:09:59 +05:30
parent bcf99c66cd
commit fa48a39277
3 changed files with 9 additions and 2 deletions

View File

@@ -22,3 +22,8 @@ dependencies = [
[tool.pytest.ini_options]
pythonpath = ["."]
asyncio_mode = "auto"
[dependency-groups]
dev = [
"ruff>=0.15.20",
]