We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3480ac1 commit 9a1f321Copy full SHA for 9a1f321
pyproject.toml
@@ -43,6 +43,7 @@ extend-ignore = [
43
"B904", # raise within except: use from
44
"RUF012", # ClassVar
45
"SIM108", # ternary instead of if-then-else
46
+ "RUF067", # no code in __init__ *shrug*
47
]
48
49
[tool.ruff.lint.flake8-quotes]
0 commit comments