chore(deps): update pypdf requirement from >=6.7.0 to >=6.13.2 #171
Annotations
11 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (E402):
src/row_bot/agent.py#L420
src/row_bot/agent.py:420:1: E402 Module level import not at top of file
|
|
ruff (F401):
src/row_bot/agent.py#L419
src/row_bot/agent.py:419:25: F401 `row_bot.tools` imported but unused
help: Remove unused import: `row_bot.tools`
|
|
ruff (F401):
src/row_bot/agent.py#L8
src/row_bot/agent.py:8:29: F401 `row_bot.prompts.AGENT_SYSTEM_PROMPT` imported but unused
help: Remove unused import: `row_bot.prompts.AGENT_SYSTEM_PROMPT`
|
|
ruff (F401):
src/row_bot/agent.py#L6
src/row_bot/agent.py:6:139: F401 `row_bot.models.get_model_max_context` imported but unused
help: Remove unused import: `row_bot.models.get_model_max_context`
|
|
ruff (F541):
scripts/download_designer_assets.py#L194
scripts/download_designer_assets.py:194:11: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
ruff (F541):
scripts/download_designer_assets.py#L116
scripts/download_designer_assets.py:116:19: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
ruff (F401):
scripts/download_designer_assets.py#L10
scripts/download_designer_assets.py:10:8: F401 `sys` imported but unused
help: Remove unused import: `sys`
|
|
ruff (F401):
scripts/download_designer_assets.py#L8
scripts/download_designer_assets.py:8:8: F401 `os` imported but unused
help: Remove unused import: `os`
|
|
ruff (E402):
scripts/append_sha_manifest.py#L40
scripts/append_sha_manifest.py:40:1: E402 Module level import not at top of file
|
|
ruff (E402):
launcher.py#L14
launcher.py:14:1: E402 Module level import not at top of file
|