Remove GitHub paginator and retrieve_dict_from_endpoint references #327
Annotations
10 warnings
augur/tasks/github/facade_github/contributor_interfaceable/contributor_interface.py#L47
[pylint] reported by reviewdog 🐶
W0702: No exception type(s) specified (bare-except)
Raw Output:
augur/tasks/github/facade_github/contributor_interfaceable/contributor_interface.py:47:8: W0702: No exception type(s) specified (bare-except)
|
augur/tasks/github/facade_github/contributor_interfaceable/contributor_interface.py#L50
[pylint] reported by reviewdog 🐶
R1723: Unnecessary "elif" after "break", remove the leading "el" from "elif" (no-else-break)
Raw Output:
augur/tasks/github/facade_github/contributor_interfaceable/contributor_interface.py:50:8: R1723: Unnecessary "elif" after "break", remove the leading "el" from "elif" (no-else-break)
|
augur/tasks/github/facade_github/contributor_interfaceable/contributor_interface.py#L85
[pylint] reported by reviewdog 🐶
W0702: No exception type(s) specified (bare-except)
Raw Output:
augur/tasks/github/facade_github/contributor_interfaceable/contributor_interface.py:85:16: W0702: No exception type(s) specified (bare-except)
|
augur/tasks/github/facade_github/contributor_interfaceable/contributor_interface.py#L378
[pylint] reported by reviewdog 🐶
W0702: No exception type(s) specified (bare-except)
Raw Output:
augur/tasks/github/facade_github/contributor_interfaceable/contributor_interface.py:378:4: W0702: No exception type(s) specified (bare-except)
|
augur/tasks/github/facade_github/tasks.py#L138
[pylint] reported by reviewdog 🐶
E1101: Class 'traceback' has no 'format_exception' member (no-member)
Raw Output:
augur/tasks/github/facade_github/tasks.py:138:24: E1101: Class 'traceback' has no 'format_exception' member (no-member)
|
augur/tasks/github/facade_github/tasks.py#L138
[pylint] reported by reviewdog 🐶
E0602: Undefined variable 'traceback' (undefined-variable)
Raw Output:
augur/tasks/github/facade_github/tasks.py:138:24: E0602: Undefined variable 'traceback' (undefined-variable)
|
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)
|
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)
|
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)
|
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)
|
This job succeeded
Loading