Skip to content

Fix format CI failure by applying Black-compliant formatting in adicts/functions.py - #7

Draft
willayy with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-github-actions-format-job-again
Draft

Fix format CI failure by applying Black-compliant formatting in adicts/functions.py#7
willayy with Copilot wants to merge 1 commit into
mainfrom
copilot/fix-github-actions-format-job-again

Conversation

Copilot AI commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

The format GitHub Actions job failed because black --check --target-version=py314 adicts/ detected a non-compliant line in adicts/functions.py. This PR applies the minimal formatting update needed for the check run (82699394730) to pass.

  • Root cause

    • black reported exactly one file requiring reformat: adicts/functions.py.
  • Code change

    • Reflowed the d_multiply function signature into Black’s multiline style (no logic/behavior changes).
  • Impact

    • Formatting-only diff; runtime behavior remains unchanged.
def d_multiply(
    d: Mapping[A, Numeric], dmul: Mapping[A, Numeric]
) -> Mapping[A, Numeric]:

Copilot AI changed the title [WIP] Fix failing GitHub Actions job format Fix format CI failure by applying Black-compliant formatting in adicts/functions.py Jun 22, 2026
Copilot AI requested a review from willayy June 22, 2026 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants