From 7a442fc80f1b8431f2baff92c4c97593f1ebefb9 Mon Sep 17 00:00:00 2001 From: Marco Gil Date: Tue, 6 May 2025 16:56:08 +0200 Subject: [PATCH] PTHMINT-44: Remove code ANN102 from ruff ignore --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 729e5c9..76ff74d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,6 @@ extend-safe-fixes = [ "D415", # docstrings should end with a period, question mark, or exclamation point ] ignore = [ - "ANN102", # missing type annotation for cls "ANN201", "ANN204", "ANN401",