From 0bc9138da3c26b5dd2ff579e336d99d20dcace73 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 23 Oct 2024 15:33:54 -0500 Subject: [PATCH] chore: tool.ruff deprecated --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a907692..6488008 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dev-dependencies = [ "pytest>=8.3.2", ] -[tool.ruff] +[tool.ruff.lint] select = ["E","F","I"] ignore = ["E402"]