mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Update pyright version to 1.1.350 (#11501)
If you're reading about this commit in an auto-generated changelog: this is an internal change that should have no impact on how these stubs are understood by static-analysis tools such as type checkers or IDEs
This commit is contained in:
@@ -15,7 +15,7 @@ from typing_extensions import Annotated
|
||||
import pathspec
|
||||
|
||||
try:
|
||||
from termcolor import colored as colored # pyright: ignore[reportGeneralTypeIssues]
|
||||
from termcolor import colored as colored # pyright: ignore[reportAssignmentType]
|
||||
except ImportError:
|
||||
|
||||
def colored(text: str, color: str | None = None, **kwargs: Any) -> str: # type: ignore[misc]
|
||||
|
||||
Reference in New Issue
Block a user