Skip to content

ruff format --check fails on a clean tree #114

Description

@LouieSlocombe

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions