Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e61445d

Browse files
committed
Disable RUF067 for now
1 parent cfa46d9 commit e61445d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ extend-ignore = [
8787
"E402", # module-level import not at top of file
8888
"UP031", # use f-strings instead of %
8989
"UP032", # use f-strings instead of .format
90+
91+
# FIXME: This is a longer discussion...
92+
"RUF067", # __init__ should only contain reexports
9093
]
9194

9295
[tool.ruff.lint.flake8-quotes]

0 commit comments

Comments
 (0)