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"