diff --git a/pyproject.toml b/pyproject.toml index d2f166e..026607c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,6 @@ enableReachabilityAnalysis = false ignore = ["**/_typeshed/**"] pythonVersion = "3.14" - reportAny = false reportCallInDefaultInitializer = true reportImplicitOverride = true reportImplicitStringConcatenation = true @@ -72,7 +71,6 @@ reportMissingTypeStubs = false reportPrivateUsage = false reportPropertyTypeMismatch = true - reportShadowedImports = true reportUninitializedInstanceVariable = true reportUnknownArgumentType = false reportUnknownMemberType = false