Resolve contributor if we find one #262
Annotations
10 warnings
augur/tasks/github/facade_github/tasks.py#L68
[pylint] reported by reviewdog 🐶
C0325: Unnecessary parens after '=' keyword (superfluous-parens)
Raw Output:
augur/tasks/github/facade_github/tasks.py:68:0: C0325: Unnecessary parens after '=' keyword (superfluous-parens)
|
augur/tasks/github/facade_github/tasks.py#L1
[pylint] reported by reviewdog 🐶
C0114: Missing module docstring (missing-module-docstring)
Raw Output:
augur/tasks/github/facade_github/tasks.py:1:0: C0114: Missing module docstring (missing-module-docstring)
|
augur/tasks/github/facade_github/tasks.py#L9
[pylint] reported by reviewdog 🐶
W0401: Wildcard import augur.tasks.github.facade_github.core (wildcard-import)
Raw Output:
augur/tasks/github/facade_github/tasks.py:9:0: W0401: Wildcard import augur.tasks.github.facade_github.core (wildcard-import)
|
augur/tasks/github/facade_github/tasks.py#L11
[pylint] reported by reviewdog 🐶
W0401: Wildcard import augur.tasks.git.util.facade_worker.facade_worker.facade00mainprogram (wildcard-import)
Raw Output:
augur/tasks/github/facade_github/tasks.py:11:0: W0401: Wildcard import augur.tasks.git.util.facade_worker.facade_worker.facade00mainprogram (wildcard-import)
|
augur/tasks/github/facade_github/tasks.py#L56
[pylint] reported by reviewdog 🐶
R1714: Consider merging these comparisons with 'in' by using 'login in (None, '')'. Use a set instead if elements are hashable. (consider-using-in)
Raw Output:
augur/tasks/github/facade_github/tasks.py:56:11: R1714: Consider merging these comparisons with 'in' by using 'login in (None, '')'. Use a set instead if elements are hashable. (consider-using-in)
|
augur/tasks/github/facade_github/tasks.py#L56
[pylint] reported by reviewdog 🐶
C0121: Comparison 'login == None' should be 'login is None' (singleton-comparison)
Raw Output:
augur/tasks/github/facade_github/tasks.py:56:11: C0121: Comparison 'login == None' should be 'login is None' (singleton-comparison)
|
augur/tasks/github/facade_github/tasks.py#L59
[pylint] reported by reviewdog 🐶
R1714: Consider merging these comparisons with 'in' by using 'login in (None, '')'. Use a set instead if elements are hashable. (consider-using-in)
Raw Output:
augur/tasks/github/facade_github/tasks.py:59:11: R1714: Consider merging these comparisons with 'in' by using 'login in (None, '')'. Use a set instead if elements are hashable. (consider-using-in)
|
augur/tasks/github/facade_github/tasks.py#L59
[pylint] reported by reviewdog 🐶
C0121: Comparison 'login == None' should be 'login is None' (singleton-comparison)
Raw Output:
augur/tasks/github/facade_github/tasks.py:59:11: C0121: Comparison 'login == None' should be 'login is None' (singleton-comparison)
|
augur/tasks/github/facade_github/tasks.py#L64
[pylint] reported by reviewdog 🐶
R1714: Consider merging these comparisons with 'in' by using 'login in (None, '')'. Use a set instead if elements are hashable. (consider-using-in)
Raw Output:
augur/tasks/github/facade_github/tasks.py:64:11: R1714: Consider merging these comparisons with 'in' by using 'login in (None, '')'. Use a set instead if elements are hashable. (consider-using-in)
|
augur/tasks/github/facade_github/tasks.py#L64
[pylint] reported by reviewdog 🐶
C0121: Comparison 'login == None' should be 'login is None' (singleton-comparison)
Raw Output:
augur/tasks/github/facade_github/tasks.py:64:11: C0121: Comparison 'login == None' should be 'login is None' (singleton-comparison)
|
The logs for this run have expired and are no longer available.
Loading