evaluation pipeline #185
Annotations
3 errors and 1 warning
|
Lint All the Code
The process '/opt/hostedtoolcache/ruff/0.15.20/x86_64/ruff' failed with exit code 1
|
|
ruff (unused-import):
evaluation/src/typhoon_eval/background/features.py#L26
evaluation/src/typhoon_eval/background/features.py:26:42: unused-import: `typhoon_eval.shared.profiles.TYPHOON_CLASS` imported but unused
help: Remove unused import: `typhoon_eval.shared.profiles.TYPHOON_CLASS`
|
|
ruff (unsorted-imports):
evaluation/src/typhoon_eval/background/dist_plot.py#L28
evaluation/src/typhoon_eval/background/dist_plot.py:28:1: unsorted-imports: Import block is un-sorted or un-formatted
help: Organize imports
|
|
Lint All the Code
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, astral-sh/ruff-action@v3, DavidAnson/markdownlint-cli2-action@v19. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|