From 1872f4c7af0a7c6921bad196506f611378cf9ec6 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 01:44:45 +0000 Subject: [PATCH] fix: add ruff to dev dependencies for CI --- app/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/requirements.txt b/app/requirements.txt index b96d5d4..c5ac7f9 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -9,3 +9,4 @@ keyring>=24.3.0 pytest>=7.4.0 pytest-cov>=4.1.0 pytest-mock>=3.12.0 +ruff>=0.1.0