Skip to content

Commit aa8d48b

Browse files
committed
chore: remove disabled reportShadowedImports pyright check
Remove commented-out reportShadowedImports setting from pyproject.toml. This check was intentionally disabled due to performance concerns, it now no longer exists.
1 parent cf01bc0 commit aa8d48b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dev-tools/scripts/pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ reportUnnecessaryComparison = "hint" # Requires cleaning up some dead co
2222
reportUntypedNamedTuple = "hint" # Requires moving to different type of named tuple
2323
reportUnusedCallResult = "none" # Forces you to assign unused retvals to '_', very noisy.
2424

25-
# Intentionally disabled because it slows pyright by 2x
26-
reportShadowedImports = "none" # Extremely slow check
27-
2825
[tool.ruff]
2926
target-version = "py312"
3027
line-length = 200

0 commit comments

Comments
 (0)