diff options
| author | natsuoto <[email protected]> | 2026-07-15 12:09:02 +0530 |
|---|---|---|
| committer | natsuoto <[email protected]> | 2026-07-15 12:09:02 +0530 |
| commit | 742ead17bb2f31c75b8839fb8d4a9b31e7f7ee74 (patch) | |
| tree | 4a838ec70f2756fe5b4fa815493650c8d08b9c7d | |
| parent | 621520ba4053887da4ada4e3a54350f9d061480b (diff) | |
| download | edify-742ead17bb2f31c75b8839fb8d4a9b31e7f7ee74.tar.xz edify-742ead17bb2f31c75b8839fb8d4a9b31e7f7ee74.zip | |
chore(typing): drop pyright executionEnvironments; hoist library-Unknown overrides to top level
| -rw-r--r-- | pyproject.toml | 10 |
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" |
