From ed388cab3fcf696605febd0594cac589b3b640b5 Mon Sep 17 00:00:00 2001 From: codefiles <11915375+codefiles@users.noreply.github.com> Date: Thu, 23 Jul 2026 08:07:38 -0400 Subject: [PATCH] Enable non-empty-init-module ruff rule (#4656) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd86b61c..adc458e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -253,7 +253,6 @@ ignore = [ "RUF005", # collection-literal-concatenation "RUF015", # unnecessary-iterable-allocation-for-first-element "RUF039", # unraw-re-pattern - "RUF067", # non-empty-init-module "W191", # tab-indentation ]