Skip to content

Fix Facade Task Signature to Take repo_git instead of repo_id #170

Fix Facade Task Signature to Take repo_git instead of repo_id

Fix Facade Task Signature to Take repo_git instead of repo_id #170

Triggered via pull request April 25, 2024 17:03
Status Success
Total duration 42s
Artifacts

checks.yml

on: pull_request
runner / pylint
32s
runner / pylint
runner / misspell
25s
runner / misspell
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
runner / pylint: augur/tasks/git/facade_tasks.py#L143
[pylint] reported by reviewdog 🐶 C0325: Unnecessary parens after '=' keyword (superfluous-parens) Raw Output: augur/tasks/git/facade_tasks.py:143:0: C0325: Unnecessary parens after '=' keyword (superfluous-parens)
runner / pylint: augur/tasks/git/facade_tasks.py#L219
[pylint] reported by reviewdog 🐶 C0325: Unnecessary parens after '=' keyword (superfluous-parens) Raw Output: augur/tasks/git/facade_tasks.py:219:0: C0325: Unnecessary parens after '=' keyword (superfluous-parens)
runner / pylint: augur/tasks/git/facade_tasks.py#L241
[pylint] reported by reviewdog 🐶 C0325: Unnecessary parens after '=' keyword (superfluous-parens) Raw Output: augur/tasks/git/facade_tasks.py:241:0: C0325: Unnecessary parens after '=' keyword (superfluous-parens)
runner / pylint: augur/tasks/git/facade_tasks.py#L1
[pylint] reported by reviewdog 🐶 C0114: Missing module docstring (missing-module-docstring) Raw Output: augur/tasks/git/facade_tasks.py:1:0: C0114: Missing module docstring (missing-module-docstring)
runner / pylint: augur/tasks/git/facade_tasks.py#L16
[pylint] reported by reviewdog 🐶 W0401: Wildcard import augur.tasks.github.facade_github.tasks (wildcard-import) Raw Output: augur/tasks/git/facade_tasks.py:16:0: W0401: Wildcard import augur.tasks.github.facade_github.tasks (wildcard-import)
runner / pylint: augur/tasks/git/facade_tasks.py#L33
[pylint] reported by reviewdog 🐶 W0401: Wildcard import augur.tasks.github.util.github_task_session (wildcard-import) Raw Output: augur/tasks/git/facade_tasks.py:33:0: W0401: Wildcard import augur.tasks.github.util.github_task_session (wildcard-import)
runner / pylint: augur/tasks/git/facade_tasks.py#L39
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'traceback' from outer scope (line 16) (redefined-outer-name) Raw Output: augur/tasks/git/facade_tasks.py:39:37: W0621: Redefining name 'traceback' from outer scope (line 16) (redefined-outer-name)
runner / pylint: augur/tasks/git/facade_tasks.py#L67
[pylint] reported by reviewdog 🐶 W1309: Using an f-string that does not have any interpolated variables (f-string-without-interpolation) Raw Output: augur/tasks/git/facade_tasks.py:67:36: W1309: Using an f-string that does not have any interpolated variables (f-string-without-interpolation)
runner / pylint: augur/tasks/git/facade_tasks.py#L64
[pylint] reported by reviewdog 🐶 W0612: Unused variable 'repo_id' (unused-variable) Raw Output: augur/tasks/git/facade_tasks.py:64:8: W0612: Unused variable 'repo_id' (unused-variable)
runner / pylint: augur/tasks/git/facade_tasks.py#L89
[pylint] reported by reviewdog 🐶 W0702: No exception type(s) specified (bare-except) Raw Output: augur/tasks/git/facade_tasks.py:89:12: W0702: No exception type(s) specified (bare-except)