generated from langchain-ai/integration-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Issue or Problem Addressed For a new Developer who is starting with the development, list of commands to learn in `make` can be exhausting. # Description - This PR simplifies the setup of a new developer environment by listing all the targets that `Makefile`. - Adding a new target with inline help ensures that the developer can document this without requiring to add in a separate `help` section of Makefile. - This PR runs formatting and spell check fixes and corrects some scripts. # Type of change Please delete options that are not relevant. - [X] Bug fix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change which adds functionality) # How Has This Been Tested? This as tested on my Laptop. ## List of Tests Added N/A ## Test Procedure - [ ] `make` now lists all help targets <img width="1518" alt="Screenshot 2024-12-10 at 2 58 52 PM" src="https://github.com/user-attachments/assets/ad6cf3b7-8a79-43e9-af35-e598e45671c9"> ## Test Configuration - Python Version: `3.12.4` - OS/Distribution: `Darwin 23.6.0 Darwin Kernel Version 23.6.0` # Review Checklist: - [X] My code follows the style guidelines of this project - [X] I have performed a self-review of my own code - [X] I have commented my code, particularly in hard-to-understand areas - [X] I have no changes that break existing user workflows. If so, I am providing a deprecation path - [X] I have added tests that prove my fix is effective or that my feature works - [X] New and existing unit tests pass locally with my changes Co-authored-by: Piyush Jain <[email protected]>
- Loading branch information
Showing
7 changed files
with
64 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters