From 293ca6e72fa087ab74b99201e70598b6dca1a873 Mon Sep 17 00:00:00 2001 From: James Smith Date: Mon, 23 Dec 2024 13:37:45 -0800 Subject: [PATCH] Remove ignore from ruff lint --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc76f47..d4cadd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,6 @@ ignore = [ [tool.ruff.lint.per-file-ignores] "src/aiovantage/objects/**/*.py" = [ "D106", # Missing docstring in public nested class - "C408", # Unnecessary collection call ] [tool.ruff.lint.isort]