From 60085e90ab6c77a62a258a248678ca91c2998458 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 29 Apr 2025 08:48:05 +0100 Subject: [PATCH] Removed deprecated ruff rules --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2898fea..502a6e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,8 +85,6 @@ exclude = ["docs"] [tool.ruff.lint] select = ["ALL"] ignore = [ - "ANN101", - "ANN102", "D203", "D211", "D212",