From b03bdcea20b7f2438b79c3eb9f3c727888224899 Mon Sep 17 00:00:00 2001 From: Steven K Date: Sat, 29 Jun 2024 08:35:41 -0700 Subject: [PATCH] Add ruff to test dependancies Signed-off-by: Steven K --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 298511e..21b9677 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,8 @@ test = [ "coverage", "pre-commit", "black", - "bandit" + "bandit", + "ruff" ] [project.urls]