Include hot fixes in dev #472
checks.yml
on: pull_request
runner / pylint
21s
runner / misspell
14s
Annotations
8 warnings
runner / pylint:
augur/tasks/github/pull_requests/tasks.py#L55
[pylint] reported by reviewdog 🐶
C1802: Do not use `len(SEQUENCE)` without comparison to determine if a sequence is empty (use-implicit-booleaness-not-len)
Raw Output:
augur/tasks/github/pull_requests/tasks.py:55:11: C1802: Do not use `len(SEQUENCE)` without comparison to determine if a sequence is empty (use-implicit-booleaness-not-len)
|
runner / pylint:
augur/tasks/github/pull_requests/tasks.py#L59
[pylint] reported by reviewdog 🐶
R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
Raw Output:
augur/tasks/github/pull_requests/tasks.py:59:8: R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
|
runner / pylint:
augur/tasks/github/pull_requests/tasks.py#L14
[pylint] reported by reviewdog 🐶
W0611: Unused get_session imported from augur.application.db.lib (unused-import)
Raw Output:
augur/tasks/github/pull_requests/tasks.py:14:0: W0611: Unused get_session imported from augur.application.db.lib (unused-import)
|
runner / pylint:
augur/tasks/github/pull_requests/tasks.py#L19
[pylint] reported by reviewdog 🐶
W0611: Unused Generator imported from typing (unused-import)
Raw Output:
augur/tasks/github/pull_requests/tasks.py:19:0: W0611: Unused Generator imported from typing (unused-import)
|
runner / pylint:
augur/tasks/github/pull_requests/tasks.py#L19
[pylint] reported by reviewdog 🐶
W0611: Unused Dict imported from typing (unused-import)
Raw Output:
augur/tasks/github/pull_requests/tasks.py:19:0: W0611: Unused Dict imported from typing (unused-import)
|
runner / pylint:
augur/tasks/github/util/github_api_key_handler.py#L101
[pylint] reported by reviewdog 🐶
W0702: No exception type(s) specified (bare-except)
Raw Output:
augur/tasks/github/util/github_api_key_handler.py:101:12: W0702: No exception type(s) specified (bare-except)
|
runner / pylint:
augur/tasks/github/util/github_api_key_handler.py#L6
[pylint] reported by reviewdog 🐶
W0611: Unused Session imported from sqlalchemy.orm (unused-import)
Raw Output:
augur/tasks/github/util/github_api_key_handler.py:6:0: W0611: Unused Session imported from sqlalchemy.orm (unused-import)
|
runner / pylint:
augur/tasks/github/util/github_api_key_handler.py#L10
[pylint] reported by reviewdog 🐶
W0611: Unused func imported from sqlalchemy (unused-import)
Raw Output:
augur/tasks/github/util/github_api_key_handler.py:10:0: W0611: Unused func imported from sqlalchemy (unused-import)
|