aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornatsuoto <[email protected]>2026-07-15 12:09:02 +0530
committernatsuoto <[email protected]>2026-07-15 12:09:02 +0530
commit742ead17bb2f31c75b8839fb8d4a9b31e7f7ee74 (patch)
tree4a838ec70f2756fe5b4fa815493650c8d08b9c7d
parent621520ba4053887da4ada4e3a54350f9d061480b (diff)
downloadedify-742ead17bb2f31c75b8839fb8d4a9b31e7f7ee74.tar.xz
edify-742ead17bb2f31c75b8839fb8d4a9b31e7f7ee74.zip
chore(typing): drop pyright executionEnvironments; hoist library-Unknown overrides to top level
-rw-r--r--pyproject.toml10
1 files changed, 1 insertions, 9 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ef22ffa..eb18734 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -117,18 +117,10 @@ pythonVersion = "3.11"
include = ["edify"]
typeCheckingMode = "strict"
reportMissingImports = "error"
-reportMissingTypeStubs = "error"
+reportMissingTypeStubs = "none"
reportPrivateUsage = "none"
reportUnnecessaryIsInstance = "none"
reportUnusedFunction = "none"
-
-[[tool.pyright.executionEnvironments]]
-root = "edify/compile"
-reportMissingTypeStubs = "none"
-
-[[tool.pyright.executionEnvironments]]
-root = "edify/introspect"
-reportMissingTypeStubs = "none"
reportUnknownVariableType = "none"
reportUnknownMemberType = "none"
reportUnknownArgumentType = "none"