diff --git a/pyproject.toml b/pyproject.toml index 3ee0c95..0c093b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,7 @@ extend-ignore = [ "E402", # module-level import not at top of file "UP031", # use f-strings instead of % "UP032", # use f-strings instead of .format + "RUF067", # no code in __init__ *shrug* ] [tool.ruff.lint.flake8-quotes]