Add linting and format with ruff #16
Annotations
7 errors
Ruff (F401):
agent/research_assistant.py#L12
agent/research_assistant.py:12:25: F401 `agent.tools.arxiv_search` imported but unused
|
Ruff (F403):
schema/__init__.py#L1
schema/__init__.py:1:1: F403 `from schema.schema import *` used; unable to detect undefined names
|
Ruff (F405):
schema/__init__.py#L3
schema/__init__.py:3:12: F405 `UserInput` may be undefined, or defined from star imports
|
Ruff (F405):
schema/__init__.py#L3
schema/__init__.py:3:25: F405 `AgentResponse` may be undefined, or defined from star imports
|
Ruff (F405):
schema/__init__.py#L3
schema/__init__.py:3:42: F405 `StreamInput` may be undefined, or defined from star imports
|
Ruff (F405):
schema/__init__.py#L3
schema/__init__.py:3:57: F405 `Feedback` may be undefined, or defined from star imports
|
test
Process completed with exit code 1.
|