From dba6c4bfaad6531787a57ab28dd0b5e04c001adb Mon Sep 17 00:00:00 2001 From: codefiles <11915375+codefiles@users.noreply.github.com> Date: Sat, 28 Feb 2026 15:28:12 -0500 Subject: [PATCH] Enable if-key-in-dict-del ruff rule --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8caa95d199..8d7054cbe8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -231,7 +231,6 @@ ignore = [ "RUF005", # collection-literal-concatenation "RUF015", # unnecessary-iterable-allocation-for-first-element "RUF039", # unraw-re-pattern - "RUF051", # if-key-in-dict-del "RUF067", # non-empty-init-module "W191", # tab-indentation ]