Skip to content

pre-commit-full

pre-commit-full #2

Triggered via schedule June 8, 2025 00:07
Status Failure
Total duration 17s
Artifacts

pre-commit-full.yml

on: schedule
Matrix: pre-commit-full
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F841): recipe/spin/spin_trainer.py#L159
recipe/spin/spin_trainer.py:159:14: F841 Local variable `resp_mask` is assigned to but never used
Ruff (F841): recipe/spin/spin_trainer.py#L158
recipe/spin/spin_trainer.py:158:14: F841 Local variable `full_mask` is assigned to but never used
Ruff (E402): recipe/spin/spin_trainer.py#L137
recipe/spin/spin_trainer.py:137:1: E402 Module level import not at top of file
Ruff (E402): recipe/spin/spin_trainer.py#L135
recipe/spin/spin_trainer.py:135:1: E402 Module level import not at top of file
Ruff (E402): recipe/spin/spin_trainer.py#L133
recipe/spin/spin_trainer.py:133:1: E402 Module level import not at top of file
Ruff (B904): recipe/spin/main_spin.py#L41
recipe/spin/main_spin.py:41:9: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
Ruff (F841): recipe/spin/fsdp_workers.py#L240
recipe/spin/fsdp_workers.py:240:13: F841 Local variable `delta_time` is assigned to but never used
Ruff (E701): recipe/spin/dp_actor.py#L251
recipe/spin/dp_actor.py:251:28: E701 Multiple statements on one line (colon)
Ruff (E701): recipe/spin/dp_actor.py#L160
recipe/spin/dp_actor.py:160:36: E701 Multiple statements on one line (colon)
Ruff (F841): recipe/spin/core_algos.py#L111
recipe/spin/core_algos.py:111:5: F841 Local variable `full_indices` is assigned to but never used