feat: add automated bug triage utility (#14561) #17786
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (W293):
bug_triage.py#L93
bug_triage.py:93:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (W293):
bug_triage.py#L90
bug_triage.py:90:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (UP017):
bug_triage.py#L89
bug_triage.py:89:25: UP017 Use `datetime.UTC` alias
help: Convert to `datetime.UTC` alias
|