Skip to content

Commit 9421ee3

Browse files
authored
Remove reportAny and reportShadowedImports (#152)
1 parent 7b8d712 commit 9421ee3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
enableReachabilityAnalysis = false
6363
ignore = ["**/_typeshed/**"]
6464
pythonVersion = "3.14"
65-
reportAny = false
6665
reportCallInDefaultInitializer = true
6766
reportImplicitOverride = true
6867
reportImplicitStringConcatenation = true
@@ -72,7 +71,6 @@
7271
reportMissingTypeStubs = false
7372
reportPrivateUsage = false
7473
reportPropertyTypeMismatch = true
75-
reportShadowedImports = true
7674
reportUninitializedInstanceVariable = true
7775
reportUnknownArgumentType = false
7876
reportUnknownMemberType = false

0 commit comments

Comments
 (0)