Speed up github events recollection #438
checks.yml
on: pull_request
runner / pylint
27s
runner / misspell
15s
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)
|