unitTests/parallelSolverTester.py:637 — ruff 0.16.7 wants to join two wrapped expressions. Tree is clean, so this is committed state. CI runs ruff format --check . (.github/workflows/test.yml:93) with ruff resolved from >=0.16,<0.17, so this should be failing now.
Fix: reformat the file, and pin ruff exactly (see #4) so a patch-level formatter change can't turn CI red without a code change.
unitTests/parallelSolverTester.py:637 — ruff 0.16.7 wants to join two wrapped expressions. Tree is clean, so this is committed state. CI runs ruff format --check . (.github/workflows/test.yml:93) with ruff resolved from >=0.16,<0.17, so this should be failing now.
Fix: reformat the file, and pin ruff exactly (see #4) so a patch-level formatter change can't turn CI red without a code change.