core: Bump ruff version to 0.9 #36309
Annotations
4 errors and 1 warning
Analysing the code with our lint:
libs/core/langchain_core/language_models/llms.py#L352
langchain_core/language_models/llms.py:352:9: FURB188 Prefer `str.removesuffix()` over conditionally replacing with slice.
|
Analysing the code with our lint:
libs/core/langchain_core/rate_limiters.py#L251
langchain_core/rate_limiters.py:251:9: ASYNC110 Use `anyio.Event` instead of awaiting `anyio.sleep` in a `while` loop
|
Analysing the code with our lint:
libs/core/langchain_core/runnables/config.py#L114
langchain_core/runnables/config.py:114:38: B039 Do not use mutable data structures for `ContextVar` defaults
|
Analysing the code with our lint
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading