Skip to content

Commit 9a1f321

Browse files
committed
Disable RUF067 for now
1 parent 3480ac1 commit 9a1f321

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ extend-ignore = [
4343
"B904", # raise within except: use from
4444
"RUF012", # ClassVar
4545
"SIM108", # ternary instead of if-then-else
46+
"RUF067", # no code in __init__ *shrug*
4647
]
4748

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

0 commit comments

Comments
 (0)