We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d0e0c commit d9e3bffCopy full SHA for d9e3bff
1 file changed
pyproject.toml
@@ -100,6 +100,7 @@ extend-ignore = [
100
"N818", # error suffix in exception names
101
"UP031", # use f-strings instead of % format
102
"UP032", # use f-strings instead of .format
103
+ "RUF067", # no code in __init__ *shrug*
104
]
105
106
[tool.ruff.lint.flake8-quotes]
0 commit comments