Commit 42fc068
chore: ⚠️ Update pre-commit hooks [review required] (#50)
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
```
---------
Co-authored-by: Andrei Paleyes <[email protected]>1 parent 116937d commit 42fc068
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments