Skip to content

Speed up github events recollection #438

Speed up github events recollection

Speed up github events recollection #438

Triggered via pull request January 21, 2025 03:16
Status Success
Total duration 37s
Artifacts

checks.yml

on: pull_request
runner / pylint
27s
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/github/events.py#L46
[pylint] reported by reviewdog 🐶 E1120: No value for argument 'since' in method call (no-value-for-parameter) Raw Output: augur/tasks/github/events.py:46:4: E1120: No value for argument 'since' in method call (no-value-for-parameter)
runner / pylint: augur/tasks/github/events.py#L2
[pylint] reported by reviewdog 🐶 W0611: Unused import traceback (unused-import) Raw Output: augur/tasks/github/events.py:2:0: W0611: Unused import traceback (unused-import)
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)