Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

langchain: clean pyproject ruff section #30070

Merged
merged 3 commits into from
Mar 9, 2025

Conversation

dskarbrevik
Copy link
Contributor

@dskarbrevik dskarbrevik commented Mar 3, 2025

Changes

Testing

running make format on this branch/PR
image

Issue

fixes #30069

Ensures lint dep-group is installed before running ruff
Removed exclude and ignore rules that were no longer relevant
Copy link

vercel bot commented Mar 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
langchain ⬜️ Ignored (Inspect) Visit Preview Mar 9, 2025 7:04pm

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Mar 3, 2025
@dskarbrevik dskarbrevik changed the title langchain[patch]: langchain[patch]: clean pyproject ruff section Mar 3, 2025
@dosubot dosubot bot added langchain Related to the langchain package 🤖:nit Small modifications/deletions, fixes, deps or improvements to existing code or docs labels Mar 3, 2025
@dskarbrevik
Copy link
Contributor Author

@ccurme hey sorry to pick on you, you had the coolest profile icon. Any chance you could review this PR?

@dskarbrevik dskarbrevik changed the title langchain[patch]: clean pyproject ruff section langchain: clean pyproject ruff section Mar 8, 2025
@@ -2,7 +2,6 @@

.EXPORT_ALL_VARIABLES:
UV_FROZEN = true
UV_NO_SYNC = true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I set this at the top as a convenience for running make api_docs_quick_preview locally, but maybe that was a bad idea. make format should now sync automatically. Let me know if this doesn't work for you.

@dosubot dosubot bot added the lgtm PR looks good. Use to confirm that a PR is ready for merging. label Mar 9, 2025
@ccurme ccurme merged commit 0d7cdf2 into langchain-ai:master Mar 9, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
langchain Related to the langchain package lgtm PR looks good. Use to confirm that a PR is ready for merging. 🤖:nit Small modifications/deletions, fixes, deps or improvements to existing code or docs size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make format - fails to install lint dep-group resulting in a Failed to spawn error
2 participants