Fix github event recollection syntax errors #442
checks.yml
on: pull_request
runner / pylint
25s
runner / misspell
21s
Annotations
6 warnings
runner / misspell
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
runner / pylint:
augur/tasks/github/events.py#L2
[pylint] reported by reviewdog 🐶
W0611: Unused import traceback (unused-import)
Raw Output:
augur/tasks/github/events.py:2:0: W0611: Unused import traceback (unused-import)
|
runner / pylint:
augur/tasks/github/events.py#L3
[pylint] reported by reviewdog 🐶
W0611: Unused sqlalchemy imported as s (unused-import)
Raw Output:
augur/tasks/github/events.py:3:0: W0611: Unused sqlalchemy imported as s (unused-import)
|
runner / pylint:
augur/tasks/github/events.py#L13
[pylint] reported by reviewdog 🐶
W0611: Unused GithubTaskManifest imported from augur.tasks.github.util.github_task_session (unused-import)
Raw Output:
augur/tasks/github/events.py:13:0: W0611: Unused GithubTaskManifest imported from augur.tasks.github.util.github_task_session (unused-import)
|
runner / pylint:
augur/tasks/github/events.py#L16
[pylint] reported by reviewdog 🐶
W0611: Unused Repo imported from augur.application.db.models (unused-import)
Raw Output:
augur/tasks/github/events.py:16:0: W0611: Unused Repo imported from augur.application.db.models (unused-import)
|
runner / pylint:
augur/tasks/github/events.py#L17
[pylint] reported by reviewdog 🐶
W0611: Unused get_session imported from augur.application.db.lib (unused-import)
Raw Output:
augur/tasks/github/events.py:17:0: W0611: Unused get_session imported from augur.application.db.lib (unused-import)
|