Enable non-empty-init-module ruff rule (#4656)

This commit is contained in:
codefiles 2026-07-23 08:07:38 -04:00 committed by GitHub
parent 865ff3f65a
commit ed388cab3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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
]