From 4555ada91e879a751053fef1584bb652dc8eb6ca Mon Sep 17 00:00:00 2001 From: Greyson LaLonde Date: Tue, 2 Sep 2025 14:15:25 -0400 Subject: [PATCH] fix(ruff): remove Python 3.12+ only rules for compatibility (#3436) --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7075ac9d0..20935e77e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,14 +111,12 @@ select = [ "UP007", "UP035", "UP037", - "UP040", "UP004", "UP008", "UP010", "UP018", "UP031", "UP032", - "UP034", "I001", "I002", ]