From 0a39dcfa5c536c453867dc2a3ced8b3d3c6636e1 Mon Sep 17 00:00:00 2001 From: Mysty Date: Mon, 30 Sep 2024 21:49:21 +1000 Subject: [PATCH] Update pyproject.toml (#327) 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]