Commit 29ccc8b
Format the cuDF Parquet read script with ruff
`uvx ruff format --check .` failed the Python (lint) job on the `--iterations`
argument: the call was wrapped across three lines, but at 91 characters it fits
inside the repository's 120-character limit, so ruff collapses it to one line.
Ran `uvx ruff format` rather than hand-editing so the result matches CI byte for
byte. `uvx ruff format --check .` and `uvx ruff check .` both pass locally now.
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016FnRK96p8jiB9NdSKxU2iy1 parent bce42c1 commit 29ccc8b
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
| 74 | + | |
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
| |||
0 commit comments