From c08929d262d4dcdbc35ff6156beb55589f540b2c Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 21 Feb 2026 10:15:36 -0600 Subject: [PATCH] extend-fixable --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0ef1bd2..71509da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,7 @@ select = [ "C4", # flake8-comprehensions "SIM", # flake8-simplify ] +extend-fixable = ["ALL"] ignore = ["UP046"] [tool.ruff.lint.isort]