diff --git a/pyproject.toml b/pyproject.toml
index b4679d57..a21f72b7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -77,7 +77,8 @@ ignore = [
     "PTH123",
     "E203", 
     "E501",
-    "RUF006"
+    "RUF006",
+    "SIM910",
 ]
 
 [tool.ruff.lint.isort]