diff --git a/pyproject.toml b/pyproject.toml index fb3d8876..d2e33f05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ extend-ignore = [ "B904", # raise within except: use from "RUF012", # ClassVar "SIM108", # ternary instead of if-then-else + "RUF067", # no code in __init__ *shrug* ] [tool.ruff.lint.flake8-quotes]