Skip to content

Remove GitHub paginator and retrieve_dict_from_endpoint references #327

Remove GitHub paginator and retrieve_dict_from_endpoint references

Remove GitHub paginator and retrieve_dict_from_endpoint references #327

Triggered via pull request July 24, 2024 00:41
Status Success
Total duration 35s
Artifacts

checks.yml

on: pull_request
runner / pylint
27s
runner / pylint
runner / misspell
18s
runner / misspell
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
runner / pylint: 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)
runner / pylint: 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)
runner / pylint: 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)
runner / pylint: 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)
runner / pylint: 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)
runner / pylint: 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)
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)