Rework how pyright is run in CI to allow for non-types dependencies(#9434)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Avasam
2023-01-03 17:43:56 -05:00
committed by GitHub
parent 7c15e6998f
commit 3e24c65c3b
7 changed files with 49 additions and 4 deletions

View File

@@ -7,10 +7,10 @@ import re
import subprocess
import sys
import venv
from collections.abc import Mapping
from collections.abc import Iterable, Mapping
from functools import cache
from pathlib import Path
from typing import Iterable, NamedTuple
from typing import NamedTuple
from typing_extensions import Annotated
import pathspec # type: ignore[import]