diff --git a/pyproject.toml b/pyproject.toml index 70c09d83..ffec10a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,6 +100,7 @@ extend-ignore = [ "N818", # error suffix in exception names "UP031", # use f-strings instead of % format "UP032", # use f-strings instead of .format + "RUF067", # no code in __init__ *shrug* ] [tool.ruff.lint.flake8-quotes]