diff --git a/docker/shared/pyproject.toml b/docker/shared/pyproject.toml index d0e7faf..bbff779 100644 --- a/docker/shared/pyproject.toml +++ b/docker/shared/pyproject.toml @@ -40,4 +40,5 @@ test = [ "pytest==8.0.0", "httpx==0.26.0", "pytest-asyncio==0.23.5", + "ruff==0.9.1", ]