From bc3a3bdcf14811509d789d768e94ae828e7bdbcd Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Fri, 8 Mar 2024 12:29:33 -0500 Subject: [PATCH] repository not setup to lint "." --- .github/scripts/check_diff.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/scripts/check_diff.py b/.github/scripts/check_diff.py index 05e6d3ce..976dbf1a 100644 --- a/.github/scripts/check_diff.py +++ b/.github/scripts/check_diff.py @@ -31,7 +31,8 @@ ) ): # add all LANGCHAIN_DIRS for infra changes - dirs_to_run["lint"].add(".") + # dirs_to_run["lint"].add(".") + pass if any(file.startswith(dir_) for dir_ in NVIDIA_DIRS): for dir_ in NVIDIA_DIRS: @@ -44,8 +45,8 @@ f"Unknown lib: {file}. check_diff.py likely needs " "an update for this new library!" ) - elif any(file.startswith(p) for p in ["docs/", "templates/", "cookbook/"]): - dirs_to_run["lint"].add(".") + # elif any(file.startswith(p) for p in ["docs/", "templates/", "cookbook/"]): + # dirs_to_run["lint"].add(".") outputs = { "dirs-to-lint": list(