Disable the non-empty-init-module ruff rule (#4106)
This allows ruff check --preview to pass again.
This commit is contained in:
parent
ef9f704761
commit
d07a9b4a92
|
|
@ -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
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue