feat: add automated bug triage utility (#14561) #17784
Annotations
10 errors
|
ruff (UP006):
bug_triage.py#L84
bug_triage.py:84:27: UP006 Use `list` instead of `List` for type annotation
help: Replace with `list`
|
|
ruff (UP024):
bug_triage.py#L78
bug_triage.py:78:16: UP024 Replace aliased errors with `OSError`
help: Replace `IOError` with builtin `OSError`
|
|
ruff (UP015):
bug_triage.py#L64
bug_triage.py:64:34: UP015 Unnecessary mode argument
help: Remove mode argument
|
|
ruff (UP006):
bug_triage.py#L54
bug_triage.py:54:25: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
ruff (UP006):
bug_triage.py#L54
bug_triage.py:54:20: UP006 Use `list` instead of `List` for type annotation
help: Replace with `list`
|
|
ruff (W291):
bug_triage.py#L25
bug_triage.py:25:9: W291 Trailing whitespace
help: Remove trailing whitespace
|
|
ruff (UP035):
bug_triage.py#L10
bug_triage.py:10:1: UP035 `typing.List` is deprecated, use `list` instead
|
|
ruff (UP035):
bug_triage.py#L10
bug_triage.py:10:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
|
ruff (I001):
bug_triage.py#L7
bug_triage.py:7:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (W291):
bug_triage.py#L3
bug_triage.py:3:77: W291 Trailing whitespace
help: Remove trailing whitespace
|