File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ def close(self: TemporaryFileWrapper[str]) -> None:
233233@functools .cache
234234def get_gitignore_spec () -> pathspec .PathSpec :
235235 with GITIGNORE_PATH .open (encoding = "UTF-8" ) as f :
236- return pathspec .GitIgnoreSpec .from_lines (f )
236+ return pathspec .GitIgnoreSpec .from_lines (f ) # pyright: ignore[reportUnknownMemberType,reportUnknownVariableType]
237237
238238
239239def spec_matches_path (spec : pathspec .PathSpec , path : Path ) -> bool :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ aiohttp==3.13.3
1010grpcio-tools>=1.66.2; python_version < "3.14" # For grpc_tools.protoc
1111mypy-protobuf==4.0.0
1212packaging==25.0
13- pathspec>=0.11.1,< 1.0.0
13+ pathspec>=1.0.0
1414pre-commit
1515# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
1616ruff==0.14.10
You can’t perform that action at this time.
0 commit comments