Commit Graph

6 Commits

Author SHA1 Message Date
Mason Daugherty c83608fe5f chore: linting, formatting, bumps (#658)
* Bump to latest actions, `mint`, Python, lock
* Run linting/formatting/tests
2025-09-25 23:11:45 -04:00
Lauren Hirata Singh e69a3328ed Lint files + add a PR labeler (#534)
## Overview
- make lint / make format
- added a PR labeler

## Type of change
**Type:**  Infra

## Related issues/PRs
<!-- Link to related issues, feature PRs, or discussions (if applicable)
-->
- GitHub issue:
- Feature PR:

<!-- For LangChain employees, if applicable: -->
- Linear issue:
- Slack thread:

## Checklist
<!-- Put an 'x' in all boxes that apply -->
- [x] I have read the [contributing guidelines](README.md)
- [x] I have tested my changes locally using `docs dev`
- [x] All code examples have been tested and work correctly
- [x] I have used **root relative** paths for internal links
- [x] I have updated navigation in `src/docs.json` if needed
- [x] I have gotten approval from the relevant reviewers
- [ ] (Internal team members only / optional) I have created a preview
deployment using the [Create Preview Branch
workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml)

## Additional notes
<!-- Any other information that would be helpful for reviewers -->
2025-09-15 11:18:50 -04:00
Eugene Yurtsev a7cfbb90e0 add tool for moving files (#14)
- need to add support for updating notebooks
2025-06-05 10:10:50 -04:00
Eugene Yurtsev 6ef1a08dfe enable linting on CI (#9)
Fix remaining linting issue and re-enable linting on CI
2025-06-03 16:24:17 -04:00
Eugene Yurtsev b9f8105da9 fix linting pass 1 (#8)
Set up logger
auto fix some issues
2025-06-03 16:07:09 -04:00
Eugene Yurtsev ad65356368 tests: fix tests and use real tests (#7)
Use actual tests
2025-06-03 16:01:39 -04:00