8000 [PylanceBot] Pull Pylance with Pyright 1.1.326 by PylanceBot · Pull Request #5905 · microsoft/pyright · GitHub
[go: up one dir, main page]

Skip to content

[PylanceBot] Pull Pylance with Pyright 1.1.326 #5905

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

PylanceBot
Copy link
Contributor
@PylanceBot PylanceBot commented Sep 6, 2023

rollup of the following changes:
1. Put back using 'rules' instead of 'codes' https://github.com/microsoft/pyrx/pull/4073
2. Support rename for the new type statement https://github.com/microsoft/pyrx/pull/4063
3. pylance loc update 20230901.1 https://github.com/microsoft/pyrx/pull/4070
4. Changed label to index value https://github.com/microsoft/pyrx/pull/4066
5. Alternate fix to prevent notebook crash https://github.com/microsoft/pyrx/pull/4065
6. Fix diagnostics being cleared when a notebook cell is deleted https://github.com/microsoft/pyrx/pull/4060
7. Switch to using the real path for a file everywhere https://github.com/microsoft/pyrx/pull/4057
8. Move intelliCode load outside of completion https://github.com/microsoft/pyrx/pull/4050
9. add implicit import to completions https://github.com/microsoft/pyrx/pull/4053

Co-authored-by: Bill Schnurr <bschnurr@microsoft.com>
Co-authored-by: HeeJae Chang <hechang@microsoft.com>
Co-authored-by: Erik De Bonte <erikd@microsoft.com>
Co-authored-by: Rich Chiodo <rchiodo@microsoft.com>
Co-authored-by: Stella Huang <stellahuang@microsoft.com>

@github-actions
Copy link
Contributor
github-actions bot commented Sep 6, 2023

Diff from mypy_primer, showing the effect of this PR on open source code:

rclip (https://github.com/yurijmikhalevich/rclip)
-   /tmp/mypy_primer/projects/rclip/rclip/main.py:8:8 - error: Import "numpy" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/rclip/rclip/main.py:8:8 - error: Import "numpy" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/rclip/rclip/main.py:9:6 - warning: Import "tqdm" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/rclip/rclip/main.py:9:6 - warning: Import "tqdm" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/rclip/rclip/main.py:10:8 - warning: Import "PIL" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/rclip/rclip/main.py:10:8 - warning: Import "PIL" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/rclip/rclip/main.py:11:6 - warning: Import "PIL" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/rclip/rclip/main.py:11:6 - warning: Import "PIL" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/rclip/rclip/main.py:11:17 - warning: Import "PIL.Image" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/rclip/rclip/main.py:11:17 - warning: Import "PIL.Image" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/rclip/rclip/main.py:11:24 - warning: Import "PIL.ImageFile" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/rclip/rclip/main.py:11:24 - warning: Import "PIL.ImageFile" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/rclip/rclip/model.py:5:8 - error: Import "numpy" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/rclip/rclip/model.py:5:8 - error: Import "numpy" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/rclip/rclip/model.py:6:8 - error: Import "numpy.typing" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/rclip/rclip/model.py:6:8 - error: Import "numpy.typing" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/rclip/rclip/model.py:28:12 - error: Import "open_clip" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/rclip/rclip/model.py:28:12 - error: Import "open_clip" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/rclip/rclip/model.py:35:12 - error: Import "open_clip" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/rclip/rclip/model.py:35:12 - error: Import "open_clip" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/rclip/rclip/model.py:46:12 - error: Import "open_clip" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/rclip/rclip/model.py:46:12 - error: Import "open_clip" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/rclip/rclip/model.py:56:12 - error: Import "torch" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/rclip/rclip/model.py:56:12 - error: Import "torch" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/rclip/rclip/model.py:64:12 - error: Import "torch" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/rclip/rclip/model.py:64:12 - error: Import "torch" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/rclip/rclip/model.py:7:6 - warning: Import "PIL" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/rclip/rclip/model.py:7:6 - warning: Import "PIL" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/rclip/rclip/model.py:7:17 - warning: Import "PIL.Image" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/rclip/rclip/model.py:7:17 - warning: Import "PIL.Image" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/rclip/rclip/utils/helpers.py:144:12 - error: Import "torch.backends.mps" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/rclip/rclip/utils/helpers.py:144:12 - error: Import "torch.backends.mps" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/rclip/rclip/utils/helpers.py:5:6 - warning: Import "PIL" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/rclip/rclip/utils/helpers.py:5:6 - warning: Import "PIL" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/rclip/rclip/utils/helpers.py:5:17 - warning: Import "PIL.Image" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/rclip/rclip/utils/helpers.py:5:17 - warning: Import "PIL.Image" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/rclip/rclip/utils/helpers.py:7:8 - warning: Import "requests" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/rclip/rclip/utils/helpers.py:7:8 - warning: Import "requests" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/rclip/rclip/utils/preview.py:4:6 - warning: Import "PIL" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/rclip/rclip/utils/preview.py:4:6 - warning: Import "PIL" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/rclip/rclip/utils/preview.py:4:17 - warning: Import "PIL.Image" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/rclip/rclip/utils/preview.py:4:17 - warning: Import "PIL.Image" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/rclip/release-utils/homebrew/generate_formula.py:3:8 - error: Import "jinja2" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/rclip/release-utils/homebrew/generate_formula.py:3:8 - error: Import "jinja2" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/rclip/release-utils/homebrew/generate_formula.py:4:8 - error: Import "poet" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/rclip/release-utils/homebrew/generate_formula.py:4:8 - error: Import "poet" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/rclip/release-utils/homebrew/generate_formula.py:5:8 - warning: Import "requests" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/rclip/release-utils/homebrew/generate_formula.py:5:8 - warning: Import "requests" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/rclip/tests/e2e/test_rclip.py:5:8 - error: Import "pytest" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/rclip/tests/e2e/test_rclip.py:5:8 - error: Import "pytest" could not be resolved (reportMissingImports)

spack (https://github.com/spack/spack)
-   /tmp/mypy_primer/projects/spack/lib/spack/docs/conf.py:27:6 - error: Import "sphinx.domains.python" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/docs/conf.py:27:6 - error: Import "sphinx.domains.python" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/docs/conf.py:28:6 - error: Import "sphinx.ext.apidoc" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/docs/conf.py:28:6 - error: Import "sphinx.ext.apidoc" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/docs/conf.py:29:6 - error: Import "sphinx.parsers" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/docs/conf.py:29:6 - error: Import "sphinx.parsers" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/docs/conf.py:26:6 - warning: Import "docutils.statemachine" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/spack/lib/spack/docs/conf.py:26:6 - warning: Import "docutils.statemachine" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/spack/lib/spack/docs/_pygments/style.py:8:6 - error: Import "pygments.styles.default" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/docs/_pygments/style.py:8:6 - error: Import "pygments.styles.default" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/docs/_pygments/style.py:9:6 - warning: Import "pygments.token" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/spack/lib/spack/docs/_pygments/style.py:9:6 - warning: Import "pygments.token" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/config.py:948:12 - warning: Import "jsonschema" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/config.py:948:12 - warning: Import "jsonschema" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/cray_manifest.py:8:8 - warning: Import "jsonschema" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/cray_manifest.py:8:8 - warning: Import "jsonschema" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/cray_manifest.py:9:8 - warning: Import "jsonschema.exceptions" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/cray_manifest.py:9:8 - warning: Import "jsonschema.exceptions" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/relocate.py:11:8 - error: Import "macholib.mach_o" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/relocate.py:11:8 - error: Import "macholib.mach_o" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/relocate.py:12:8 - error: Import "macholib.MachO" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/relocate.py:12:8 - error: Import "macholib.MachO" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/tengine.py:73:12 - error: Import "jinja2" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/tengine.py:73:12 - error: Import "jinja2" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/cmd/unit_test.py:14:12 - error: Import "pytest" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/cmd/unit_test.py:14:12 - error: Import "pytest" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/cmd/unit_test.py:216:20 - error: Import "pytest" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/cmd/unit_test.py:216:20 - error: Import "pytest" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/container/__init__.py:34:12 - warning: Import "jsonschema" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/container/__init__.py:34:12 - warning: Import "jsonschema" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/container/writers/__init__.py:191:16 - warning: Import "jsonschema" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/container/writers/__init__.py:191:16 - warning: Import "jsonschema" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/modules/common.py:935:16 - error: Import "jinja2" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/modules/common.py:935:16 - error: Import "jinja2" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/operating_systems/linux_distro.py:42:20 - error: Import "distro" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/operating_systems/linux_distro.py:42:20 - error: Import "distro" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/schema/__init__.py:15:12 - warning: Import "jsonschema" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/schema/__init__.py:15:12 - warning: Import "jsonschema" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/schema/__init__.py:21:16 - warning: Import "jsonschema" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/schema/__init__.py:21:16 - warning: Import "jsonschema" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/schema/__i
8000
nit__.py:54:20 - warning: Import "jsonschema" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/schema/__init__.py:54:20 - warning: Import "jsonschema" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/solver/asp.py:618:20 - error: Import "clingo" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/solver/asp.py:618:20 - error: Import "clingo" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/solver/asp.py:620:10 - error: Import "clingo.ast" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/solver/asp.py:620:10 - error: Import "clingo.ast" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/solver/asp.py:623:14 - error: Import "clingo.ast" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/solver/asp.py:623:14 - error: Import "clingo.ast" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/solver/asp.py:626:14 - error: Import "clingo" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/solver/asp.py:626:14 - error: Import "clingo" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/test/abi.py:7:8 - error: Import "pytest" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/test/abi.py:7:8 - error: Import "pytest" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/test/architecture.py:9:8 - error: Import "pytest" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/test/architecture.py:9:8 - error: Import "pytest" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/test/audit.py:5:8 - error: Import "pytest" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/test/audit.py:5:8 - error: Import "pytest" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/test/bindist.py:17:8 - error: Import "py" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/spack/lib/spack/spack/test/bindist.py:17:8 - error: Import "py" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/spack/lib/spack/spack/test/bindist.py:18:8 - error: Import "pytest" could not be found in the "python" environment. (reportMissingImports)

... (truncated 397 lines) ...

alectryon (https://github.com/cpitclaudel/alectryon)
-   /tmp/mypy_primer/projects/alectryon/alectryon/cli.py:238:10 - error: Import "dominate.util" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/alectryon/alectryon/cli.py:238:10 - error: Import "dominate.util" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/alectryon/alectryon/cli.py:297:10 - error: Import "dominate" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/alectryon/alectryon/cli.py:297:10 - error: Import "dominate" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/alectryon/alectryon/cli.py:298:10 - error: Import "dominate.util" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/alectryon/alectryon/cli.py:298:10 - error: Import "dominate.util" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/alectryon/alectryon/cli.py:114:10 - warning: Import "docutils.core" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/cli.py:114:10 - warning: Import "docutils.core" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/cli.py:115:10 - warning: Import "docutils.io" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/cli.py:115:10 - warning: Import "docutils.io" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/cli.py:166:10 - warning: Import "docutils.core" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/cli.py:166:10 - warning: Import "docutils.core" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/cli.py:228:10 - warning: Import "bs4" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/cli.py:228:10 - warning: Import "bs4" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:71:8 - warning: Import "docutils" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:71:8 - warning: Import "docutils" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:72:8 - warning: Import "docutils.frontend" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:72:8 - warning: Import "docutils.frontend" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:73:8 - warning: Import "docutils.transforms" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:73:8 - warning: Import "docutils.transforms" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:74:8 - warning: Import "docutils.utils" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:74:8 - warning: Import "docutils.utils" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:75:8 - warning: Import "docutils.writers" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:75:8 - warning: Import "docutils.writers" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:76:6 - warning: Import "docutils" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:76:6 - warning: Import "docutils" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:76:22 - warning: Import "docutils.nodes" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:76:22 - warning: Import "docutils.nodes" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:81:6 - warning: Import "docutils.readers.standalone" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:81:6 - warning: Import "docutils.readers.standalone" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:82:6 - warning: Import "docutils.transforms" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:82:6 - warning: Import "docutils.transforms" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:83:6 - warning: Import "docutils.writers" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:83:6 - warning: Import "docutils.writers" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:83:30 - warning: Import "docutils.writers.html4css1" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:83:30 - warning: Import "docutils.writers.html4css1" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:83:41 - warning: Import "docutils.writers.html5_polyglot" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:83:41 - warning: Import "docutils.writers.html5_polyglot" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:83:57 - warning: Import "docutils.writers.latex2e" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:83:57 - warning: Import "docutils.writers.latex2e" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:83:66 - warning: Import "docutils.writers.xetex" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:83:66 - warning: Import "docutils.writers.xetex" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:1197:14 - warning: Import "docutils.statemachine" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/docutils.py:1197:14 - warning: Import "docutils.statemachine" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/html.py:25:6 - error: Import "dominate" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/alectryon/alectryon/html.py:25:6 - error: Import "dominate" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/alectryon/alectryon/html.py:26:6 - error: Import "dominate.util" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/alectryon/alectryon/html.py:26:6 - error: Import "dominate.util" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/alectryon/alectryon/minimal.py:33:6 - warning: Import "docutils" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/minimal.py:33:6 - warning: Import "docutils" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/minimal.py:33:22 - warning: Import "docutils.nodes" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/minimal.py:33:22 - warning: Import "docutils.nodes" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/minimal.py:112:10 - warning: Import "docutils.core" could not be resolved from source in the "python" environment. (reportMissingModuleSource)
+   /tmp/mypy_primer/projects/alectryon/alectryon/minimal.py:112:10 - warning: Import "docutils.core" could not be resolved from source (reportMissingModuleSource)
-   /tmp/mypy_primer/projects/alectryon/alectryon/myst.py:35:10 - error: Import "myst_parser.docutils_" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/alectryon/alectryon/myst.py:35:10 - error: Import "myst_parser.docutils_" could not be resolved (reportMissingImports)

... (truncated 36 lines) ...

bidict (https://github.com/jab/bidict)
-   /tmp/mypy_primer/projects/bidict/docs/conf.py:51:12 - error: Import "sphinx_copybutton" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/bidict/docs/conf.py:51:12 - error: Import "sphinx_copybutton" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/bidict/docs/conftest.py:12:8 - error: Import "pytest" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/bidict/docs/conftest.py:12:8 - error: Import "pytest" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/bidict/tests/conftest.py:7:6 - error: Import "hypothesis" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/bidict/tests/conftest.py:7:6 - error: Import "hypothesis" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/bidict/tests/test_class_relationships.py:15:8 - error: Import "pytest" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/bidict/tests/test_class_relationships.py:15:8 - error: Import "pytest" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/bidict/tests/test_microbenchmarks.py:15:8 - error: Import "pytest" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/bidict/tests/test_microbenchmarks.py:15:8 - error: Import "pytest" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/bidict/tests/property_tests/_strategies.py:14:8 - error: Import "hypothesis.strategies" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/bidict/tests/property_tests/_strategies.py:14:8 - error: Import "hypothesis.strategies" could not be resolved (reportMissingImports)
-   /tmp/mypy_primer/projects/bidict/tests/property_tests/test_properties.py:22:8 - error: Import "pytest" could not be found in the "python" environment. (reportMissingImports)
+   /tmp/mypy_primer/projects/bidict/tests/property_tests/test_properties.py:22:8 - error: Import "pytest" could not be resolved (reportMissingImports)

... (truncated 1149 lines) ...```

@rchiodo
Copy link
Collaborator
rchiodo commented Sep 6, 2023

The mypy changes are expected. They're caused by the import resolve error going back to what it was before.

@rchiodo rchiodo merged commit d58286a into main Sep 6, 2023
@erictraut erictraut deleted the pull-pylance-with-pyright-1.1.326 branch October 11, 2023 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0