Skip to content

Commit d07a9b4

Browse files
authored
Disable the non-empty-init-module ruff rule (#4106)
This allows ruff check --preview to pass again.
1 parent ef9f704 commit d07a9b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ ignore = [
227227
"RUF015", # unnecessary-iterable-allocation-for-first-element
228228
"RUF039", # unraw-re-pattern
229229
"RUF051", # if-key-in-dict-del
230+
"RUF067", # non-empty-init-module
230231
"UP037", # quoted-annotation
231232
"W191", # tab-indentation
232233
]

0 commit comments

Comments
 (0)