mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-07 08:28:28 +08:00
Update most test/lint dependencies (#15582)
This commit is contained in:
@@ -71,7 +71,7 @@ class Filter:
|
||||
def match_patterns(self) -> tuple[str, ...]: ...
|
||||
def include(self, recursion_path: _RecursionPath) -> bool: ...
|
||||
def match_file(self, filepath: str | PathLike[str]) -> bool: ...
|
||||
def __call__(self, paths: Iterable[_RP]) -> Generator[_RP, None, None]: ...
|
||||
def __call__(self, paths: Iterable[_RP]) -> Generator[_RP]: ...
|
||||
|
||||
def get_match_patterns(
|
||||
match: Iterable[str] | None = None,
|
||||
|
||||
Reference in New Issue
Block a user