From ee98501cb926b98261976b9ea6cfe1934193c5e1 Mon Sep 17 00:00:00 2001 From: "Bradley A. Thornton" Date: Mon, 27 May 2024 08:25:24 -0700 Subject: [PATCH] Update pylint configuration --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63869b5..10879f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -294,7 +294,7 @@ disable = [ "W3301", # nested-min-max / ruff PLW3301 "duplicate-code", "too-few-public-methods", - "unsubscriptable-object" + "too-many-instance-attributes" ] [tool.pytest.ini_options]