From 02997b4d00111dd282f3fce7ad711781002ff175 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 11 Jan 2026 14:01:39 -0600 Subject: [PATCH] Disable RUF067 for now --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 555d4f9b6..d03f31730 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,6 +115,7 @@ extend-ignore = [ "E402", # module level import not at the top of file "N817", # CamelCase `SubstitutionRuleMappingContext` imported as acronym `SRMC` "SIM102", # combine if statements + "RUF067", # no code in __init__ *shrug* # FIXME "UP031", # .format instead of %s