Skip to content

Release v0.80.0 - PR #441

Release v0.80.0 - PR

Release v0.80.0 - PR #441

Triggered via pull request January 21, 2025 23:45
@sgogginssgoggins
synchronize #2972
dev
Status Success
Total duration 32s
Artifacts

checks.yml

on: pull_request
runner / pylint
23s
runner / pylint
runner / misspell
15s
runner / misspell
Fit to window
Zoom out
Zoom in

Annotations

4 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/git/dependency_libyear_tasks/libyear_util/pypi_parser.py#L60
[pylint] reported by reviewdog 🐶 R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return) Raw Output: augur/tasks/git/dependency_libyear_tasks/libyear_util/pypi_parser.py:60:8: R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
runner / pylint: augur/tasks/git/dependency_libyear_tasks/libyear_util/pypi_parser.py#L166
[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/git/dependency_libyear_tasks/libyear_util/pypi_parser.py:166:4: R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
runner / pylint: augur/tasks/start_tasks.py#L298
[pylint] reported by reviewdog 🐶 E1120: No value for argument 'issue_and_pr_nums' in function call (no-value-for-parameter) Raw Output: augur/tasks/start_tasks.py:298:12: E1120: No value for argument 'issue_and_pr_nums' in function call (no-value-for-parameter)