From 8ef6893159885eeb778f42b12c010b28c7ecaa70 Mon Sep 17 00:00:00 2001 From: Nathan McDougall Date: Fri, 13 Mar 2026 10:58:25 +1300 Subject: [PATCH] Enable `reportUnnecessaryTypeIgnoreComment` in `basedpyright` --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55e7af0c..bb64c994 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -228,7 +228,6 @@ reportUnknownParameterType = false reportUnknownVariableType = false reportUnnecessaryComparison = false reportUnnecessaryIsInstance = false -reportUnnecessaryTypeIgnoreComment = false reportUnusedCallResult = false reportUnusedParameter = false