We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reportAny
reportShadowedImports
1 parent 7b8d712 commit 9421ee3Copy full SHA for 9421ee3
pyproject.toml
@@ -62,7 +62,6 @@
62
enableReachabilityAnalysis = false
63
ignore = ["**/_typeshed/**"]
64
pythonVersion = "3.14"
65
- reportAny = false
66
reportCallInDefaultInitializer = true
67
reportImplicitOverride = true
68
reportImplicitStringConcatenation = true
@@ -72,7 +71,6 @@
72
71
reportMissingTypeStubs = false
73
reportPrivateUsage = false
74
reportPropertyTypeMismatch = true
75
- reportShadowedImports = true
76
reportUninitializedInstanceVariable = true
77
reportUnknownArgumentType = false
78
reportUnknownMemberType = false
0 commit comments