Install pyright from PyPI (#11575)

This commit is contained in:
Sebastian Rittau
2024-03-16 14:14:31 +01:00
committed by GitHub
parent 0ad1501a99
commit a8997209fb
8 changed files with 32 additions and 30 deletions

View File

@@ -149,5 +149,7 @@ extra-standard-library = [
known-first-party = ["parse_metadata", "utils"]
[tool.typeshed]
# TODO: Remove once stub_uploader uses requirements.txt to determine
# the version of pyright.
pyright_version = "1.1.354"
oldest_supported_python = "3.8"