Skip to content

Conversation

@PasteurBot
Copy link
Contributor

Pre-commit is unable to automatically update the hooks due to unresolvable conflicts.
Please review the changes and merge manually.

Log:

check for added large files..........................(no files to check)Skipped
check json...............................................................Passed
check toml...............................................................Passed
check yaml...............................................................Passed
detect private key.......................................................Passed
fix end of files.........................................................Passed
trim trailing whitespace.................................................Passed
ruff (legacy alias)......................................................Failed
- hook id: ruff
- exit code: 1

tesseract_jax/primitive.py:48:76: RUF028 This suppression comment is invalid because it cannot be in an expression, pattern, argument list, or other non-statement
   |
46 |     array_args = tuple(
47 |         arg
48 |         for arg, is_static in zip(flat_args, is_static_mask, strict=True)  # fmt: skip
   |                                                                            ^^^^^^^^^^^ RUF028
49 |         if not is_static
50 |     )
   |
   = help: Remove this comment

Found 1 error.
No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).

ruff format..............................................................Passed
update-uv-env............................................................Passed
update-requirements......................................................Passed

@apaleyes apaleyes marked this pull request as ready for review June 23, 2025 09:14
@apaleyes apaleyes merged commit 42fc068 into main Jun 23, 2025
10 checks passed
@apaleyes apaleyes deleted the _bot/update-precommit branch June 23, 2025 09:14
@pasteurlabs pasteurlabs locked and limited conversation to collaborators Jun 23, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants