Bump ruff from 0.5.2 to 0.6.5 #666
Annotations
10 errors
Ruff (F821):
src/magentic/chat_model/anthropic_chat_model.py#L683
src/magentic/chat_model/anthropic_chat_model.py:683:37: F821 Undefined name `anext`. Consider specifying `requires-python = ">= 3.10"` or `tool.ruff.target-version = "py310"` in your `pyproject.toml` file.
|
Ruff (F821):
src/magentic/chat_model/anthropic_chat_model.py#L685
src/magentic/chat_model/anthropic_chat_model.py:685:29: F821 Undefined name `anext`. Consider specifying `requires-python = ">= 3.10"` or `tool.ruff.target-version = "py310"` in your `pyproject.toml` file.
|
Ruff (F821):
src/magentic/chat_model/anthropic_chat_model.py#L716
src/magentic/chat_model/anthropic_chat_model.py:716:29: F821 Undefined name `anext`. Consider specifying `requires-python = ">= 3.10"` or `tool.ruff.target-version = "py310"` in your `pyproject.toml` file.
|
Ruff (F821):
src/magentic/chat_model/litellm_chat_model.py#L271
src/magentic/chat_model/litellm_chat_model.py:271:29: F821 Undefined name `anext`. Consider specifying `requires-python = ">= 3.10"` or `tool.ruff.target-version = "py310"` in your `pyproject.toml` file.
|
Ruff (F821):
src/magentic/chat_model/litellm_chat_model.py#L274
src/magentic/chat_model/litellm_chat_model.py:274:33: F821 Undefined name `anext`. Consider specifying `requires-python = ">= 3.10"` or `tool.ruff.target-version = "py310"` in your `pyproject.toml` file.
|
Ruff (F821):
src/magentic/chat_model/litellm_chat_model.py#L279
src/magentic/chat_model/litellm_chat_model.py:279:33: F821 Undefined name `anext`. Consider specifying `requires-python = ">= 3.10"` or `tool.ruff.target-version = "py310"` in your `pyproject.toml` file.
|
Ruff (F821):
src/magentic/chat_model/litellm_chat_model.py#L289
src/magentic/chat_model/litellm_chat_model.py:289:29: F821 Undefined name `anext`. Consider specifying `requires-python = ">= 3.10"` or `tool.ruff.target-version = "py310"` in your `pyproject.toml` file.
|
Ruff (F821):
src/magentic/chat_model/openai_chat_model.py#L742
src/magentic/chat_model/openai_chat_model.py:742:29: F821 Undefined name `anext`. Consider specifying `requires-python = ">= 3.10"` or `tool.ruff.target-version = "py310"` in your `pyproject.toml` file.
|
Ruff (F821):
src/magentic/chat_model/openai_chat_model.py#L745
src/magentic/chat_model/openai_chat_model.py:745:33: F821 Undefined name `anext`. Consider specifying `requires-python = ">= 3.10"` or `tool.ruff.target-version = "py310"` in your `pyproject.toml` file.
|
Ruff (F821):
src/magentic/chat_model/openai_chat_model.py#L751
src/magentic/chat_model/openai_chat_model.py:751:33: F821 Undefined name `anext`. Consider specifying `requires-python = ">= 3.10"` or `tool.ruff.target-version = "py310"` in your `pyproject.toml` file.
|