From 566bc1d01d33b758ce949f524f776420d87fe565 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Mon, 9 Mar 2026 10:52:31 -0700 Subject: [PATCH] isort and pl --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 31b3158d..37c1ed49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,6 +110,9 @@ indent-width = 4 # Assume Python 3.10 target-version = "py310" +[tool.ruff.lint] +extend-select = ["I", "PL"] + [tool.ruff.format] # Like Black, use double quotes for strings. quote-style = "double"