From 584ee6bfbdeb46793a4991815189f93b337c7090 Mon Sep 17 00:00:00 2001 From: Mysty Date: Mon, 30 Sep 2024 21:48:59 +1000 Subject: [PATCH] Update pyproject.toml Ignore SIM910 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]