mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 20:16:52 +00:00
all: test 3.13 ci (#27197)
Co-authored-by: Bagatur <baskaryan@gmail.com> Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
This commit is contained in:
@@ -74,7 +74,7 @@ class GitLoader(BaseLoader):
|
||||
|
||||
file_path = os.path.join(self.repo_path, item.path)
|
||||
|
||||
ignored_files = repo.ignored([file_path])
|
||||
ignored_files = repo.ignored([file_path]) # type: ignore[arg-type]
|
||||
if len(ignored_files):
|
||||
continue
|
||||
|
||||
|
Reference in New Issue
Block a user