Skip to content

Commit 1b45197

Browse files
authored
⚡️ disable reportShadowedImports (#274)
1 parent d7978f6 commit 1b45197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ reportMissingSuperCall = false
136136
reportPrivateUsage = false
137137
reportPropertyTypeMismatch = false
138138
reportSelfClsParameterName = false
139-
reportShadowedImports = true
139+
reportShadowedImports = false # causes a ~35% slowdown
140140
reportUninitializedInstanceVariable = true
141141
reportUnnecessaryTypeIgnoreComment = true
142142
reportUnusedExpression = false

0 commit comments

Comments
 (0)