feat/stubgen: make type hints more specific

This commit is contained in:
2026-07-09 18:34:24 +08:00
parent 20dff6d6a7
commit 29a1fdb19a
4 changed files with 19 additions and 14 deletions
-2
View File
@@ -44,8 +44,6 @@ reportImportCycles = "hint"
# Downgraded to hint for capnp to_dict() dynamic data patterns
reportUnknownVariableType = "hint"
reportUnknownArgumentType = "hint"
reportUnknownMemberType = "hint"
reportUnknownParameterType = "hint"
reportAny = "hint"
reportExplicitAny = "hint"