From d6a7309b28f5a55731afcb91e4af4acbd923806c Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 11 Jan 2026 13:57:32 -0600 Subject: [PATCH] Disable RUF067 for now --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index adccae8..8a6f075 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,6 +91,7 @@ extend-ignore = [ "E242", # tab after comma "E402", # module level import not at the top of file "N818", # error suffix in exception names + "RUF067", # no code in __init__ *shrug* ] allowed-confusables = ["‐", "–"]