Skip to content

Augur release 0.76.2 Updates to Dev #385

Augur release 0.76.2 Updates to Dev

Augur release 0.76.2 Updates to Dev #385

Triggered via pull request September 12, 2024 13:33
Status Success
Total duration 36s
Artifacts

checks.yml

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

Annotations

7 warnings
runner / pylint: augur/application/db/lib.py#L20
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'logger' from outer scope (line 18) (redefined-outer-name) Raw Output: augur/application/db/lib.py:20:39: W0621: Redefining name 'logger' from outer scope (line 18) (redefined-outer-name)
runner / pylint: augur/application/db/lib.py#L180
[pylint] reported by reviewdog 🐶 W0702: No exception type(s) specified (bare-except) Raw Output: augur/application/db/lib.py:180:4: W0702: No exception type(s) specified (bare-except)
runner / pylint: augur/application/db/lib.py#L216
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'logger' from outer scope (line 18) (redefined-outer-name) Raw Output: augur/application/db/lib.py:216:31: W0621: Redefining name 'logger' from outer scope (line 18) (redefined-outer-name)
runner / pylint: augur/application/db/lib.py#L258
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'logger' from outer scope (line 18) (redefined-outer-name) Raw Output: augur/application/db/lib.py:258:22: W0621: Redefining name 'logger' from outer scope (line 18) (redefined-outer-name)
runner / pylint: augur/tasks/git/facade_tasks.py#L242
[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/git/facade_tasks.py:242:7: C1802: Do not use `len(SEQUENCE)` without comparison to determine if a sequence is empty (use-implicit-booleaness-not-len)
runner / pylint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
runner / pylint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/