From 59dbe83fad8a6904096cc8956ee72043c5bb5a14 Mon Sep 17 00:00:00 2001 From: remsky Date: Mon, 13 Jan 2025 20:21:35 -0700 Subject: [PATCH] chore: add ruff to testing dependencies in pyproject.toml --- docker/shared/pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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", ]