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