From 99467c911de93725776acf90db7a945b082e30ea Mon Sep 17 00:00:00 2001 From: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:23:12 -0400 Subject: [PATCH] Drop UP046/UP047 ruff ignores; PEP 695 conversions from dev cover them --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f80b07ce72..e959578553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,10 +154,6 @@ ignore = [ "PLW1641", # Object does not implement `__hash__` method "PLR2004", # Magic value used in comparison, consider replacing {value} with a constant variable "PLW2901", # Outer {outer_kind} variable {name} overwritten by inner {inner_kind} target - # PEP 695 type-parameter syntax, newly flagged by the 3.12 target. Adopting it - # repo-wide is out of scope for the validation-engine swap; revisit separately. - "UP046", # Generic class uses `Generic` subclass instead of type parameters - "UP047", # Generic function should use type parameters ] [tool.ruff.lint.isort]