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

core: Bump ruff version to 0.9 #29201

Merged
merged 2 commits into from
Jan 22, 2025
Merged

core: Bump ruff version to 0.9 #29201

merged 2 commits into from
Jan 22, 2025

Conversation

cbornet
Copy link
Collaborator

@cbornet cbornet commented Jan 14, 2025

Also run some preview autofix and formatting

Copy link

vercel bot commented Jan 14, 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 Jan 22, 2025 0:15am

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. 🤖:nit Small modifications/deletions, fixes, deps or improvements to existing code or docs labels Jan 14, 2025
var_child_runnable_config = ContextVar(
"child_runnable_config", default=RunnableConfig()
var_child_runnable_config: ContextVar[RunnableConfig | None] = ContextVar(
"child_runnable_config", default=None
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@cbornet cbornet force-pushed the ruff-0.9 branch 2 times, most recently from e0ed709 to 3d2c77d Compare January 14, 2025 17:12
@@ -82,7 +82,7 @@ classmethod-decorators = [ "classmethod", "langchain_core.utils.pydantic.pre_ini
"scripts/**" = [ "S",]

[tool.poetry.group.lint.dependencies]
ruff = "^0.5"
ruff = "~0.9.1"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
ruff = "~0.9.1"
ruff = "^0.9.1"

@efriis efriis enabled auto-merge (squash) January 22, 2025 00:16
@dosubot dosubot bot added the lgtm PR looks good. Use to confirm that a PR is ready for merging. label Jan 22, 2025
@efriis efriis merged commit e4a78df into langchain-ai:master Jan 22, 2025
71 checks passed
@cbornet cbornet deleted the ruff-0.9 branch January 22, 2025 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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:L This PR changes 100-499 lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants