pre-commit-full #25
Annotations
10 errors and 1 warning
|
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
|
|
pre-commit-full (3.12)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|