chore: Update repository URL to mumu-develop/github-osint-agent #8
Annotations
10 errors and 2 warnings
|
ruff (F401):
app/alert/dingtalk.py#L10
app/alert/dingtalk.py:10:31: F401 `typing.Optional` imported but unused
help: Remove unused import
|
|
ruff (F401):
app/alert/dingtalk.py#L10
app/alert/dingtalk.py:10:26: F401 `typing.Any` imported but unused
help: Remove unused import
|
|
ruff (F401):
app/alert/dingtalk.py#L4
app/alert/dingtalk.py:4:8: F401 `json` imported but unused
help: Remove unused import: `json`
|
|
ruff (I001):
app/alert/dingtalk.py#L3
app/alert/dingtalk.py:3:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (W292):
app/alert/__init__.py#L8
app/alert/__init__.py:8:105: W292 No newline at end of file
help: Add trailing newline
|
|
ruff (I001):
app/alert/__init__.py#L3
app/alert/__init__.py:3:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (W292):
app/agent.py#L212
app/agent.py:212:33: W292 No newline at end of file
help: Add trailing newline
|
|
ruff (B904):
app/agent.py#L167
app/agent.py:167:9: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|
|
ruff (F401):
app/agent.py#L6
app/agent.py:6:44: F401 `langgraph.checkpoint.mysql.aio.AIOMySQLSaver` imported but unused
help: Remove unused import: `langgraph.checkpoint.mysql.aio.AIOMySQLSaver`
|
|
ruff (I001):
app/agent.py#L3
app/agent.py:3:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
frontend
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|