chore: add ruff to testing dependencies in pyproject.toml

This commit is contained in:
remsky 2025-01-13 20:21:35 -07:00
parent 595a717847
commit 59dbe83fad

View file

@ -40,4 +40,5 @@ test = [
"pytest==8.0.0",
"httpx==0.26.0",
"pytest-asyncio==0.23.5",
"ruff==0.9.1",
]