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]