From 0292047b22c82921dcf165322d93a0b988328c2e Mon Sep 17 00:00:00 2001 From: David Lord Date: Sat, 24 Jan 2026 19:52:11 -0800 Subject: [PATCH] remove unused ruff check rule --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6722be86..86bab99a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -160,9 +160,6 @@ select = [ "UP", # pyupgrade "W", # pycodestyle warning ] -ignore = [ - "UP038", # keep isinstance tuple -] [tool.ruff.lint.isort] force-single-line = true