From def3fb05494a8e68785642e9fb0fb4a5a1b2a995 Mon Sep 17 00:00:00 2001 From: Zishen Wang <64644075+zz11ss11zz@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:08:02 -0700 Subject: [PATCH] Update pyproject.toml Signed-off-by: Zishen Wang <64644075+zz11ss11zz@users.noreply.github.com> --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a60bd74..47ea95a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,7 +131,8 @@ lint.ignore = [ "PT013", # pytest-incorrect-pytest-import "RET504", "RUF012", # Disable checks for mutable class args. This is a non-problem. - "SIM105", # Use contextlib.suppress(OSError) instead of try-except-pass + "SIM105", # Use contextlib.suppress(OSError) instead of try-except-pass. + "SIM910", "W291", ] lint.pydocstyle.convention = "google"