From c035201968f1681ea568d74c9f5998f15c8d5a52 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sat, 21 Dec 2024 15:22:07 +0000 Subject: [PATCH] Remove unneeded ingore rules as they are removed --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 310a6dc..6689ba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ output-format = "concise" [tool.ruff.lint] select = ["ALL"] ignore = [ - "ANN002", "ANN003", "ANN101", "ANN102", "ANN204", "ANN206", "ANN401", + "ANN002", "ANN003", "ANN204", "ANN206", "ANN401", "B904", "C401", "C408", "CPY001",