From f547804f98b205a9dbe5fd962e47edd2237e9d49 Mon Sep 17 00:00:00 2001 From: Nathan McDougall Date: Fri, 27 Mar 2026 22:03:14 +1300 Subject: [PATCH] Enable `reportAssignmentType` in basedpyright --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8149d9b..b91921c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -210,7 +210,6 @@ rules.possibly-missing-attribute = "ignore" [tool.basedpyright] ignore = [ "src/usethis/_version.py" ] reportAny = false -reportAssignmentType = false reportExplicitAny = false reportImplicitStringConcatenation = false reportMissingParameterType = false