We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7525ff commit 1190597Copy full SHA for 1190597
pyproject.toml
@@ -69,6 +69,7 @@ extend-ignore = [
69
"E402", # module level import not at the top of file
70
"UP031", # use f-strings instead of %
71
"UP032", # use f-strings instead of .format
72
+ "RUF067", # no code in __init__ *shrug*
73
]
74
75
[tool.ruff.lint.flake8-quotes]
0 commit comments