From 8c8823fd925acfa0be3b8d6cc606204bb75a1cce Mon Sep 17 00:00:00 2001 From: Marco Gil Date: Mon, 5 May 2025 12:15:51 +0200 Subject: [PATCH] PTHMINT-37: Remove A002 code to ruff lint --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41f4fb5..a2b86be 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 = [ - "A002", "ANN001", "ANN003", "ANN101", # missing type annotation for self