mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-09 01:49:20 +08:00
Update pathspec to 1.0.0 (#15234)
This commit is contained in:
@@ -233,7 +233,7 @@ else:
|
||||
@functools.cache
|
||||
def get_gitignore_spec() -> pathspec.PathSpec:
|
||||
with GITIGNORE_PATH.open(encoding="UTF-8") as f:
|
||||
return pathspec.GitIgnoreSpec.from_lines(f)
|
||||
return pathspec.GitIgnoreSpec.from_lines(f) # pyright: ignore[reportUnknownMemberType,reportUnknownVariableType]
|
||||
|
||||
|
||||
def spec_matches_path(spec: pathspec.PathSpec, path: Path) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user