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

@@ -25,7 +25,7 @@ extension_descriptions = {".pyi": "stub", ".py": ".py"}
# These type checkers and linters must have exact versions in the requirements file to ensure
# consistent CI runs.
linters = {"black", "flake8", "flake8-noqa", "flake8-pyi", "ruff", "mypy", "pytype"}
linters = {"black", "flake8", "flake8-noqa", "flake8-pyi", "mypy", "pyright", "pytype", "ruff"}
def assert_consistent_filetypes(