Disable the non-empty-init-module ruff rule (#4106)

This allows ruff check --preview to pass again.
This commit is contained in:
correctmost 2026-01-09 18:17:00 -05:00 committed by GitHub
parent ef9f704761
commit d07a9b4a92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ ignore = [
"RUF015", # unnecessary-iterable-allocation-for-first-element
"RUF039", # unraw-re-pattern
"RUF051", # if-key-in-dict-del
"RUF067", # non-empty-init-module
"UP037", # quoted-annotation
"W191", # tab-indentation
]