Skip to content

Fix format workflow failure by aligning d_multiply signature with Black - #5

Draft
willayy with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-github-actions-format-job
Draft

Fix format workflow failure by aligning d_multiply signature with Black#5
willayy with Copilot wants to merge 2 commits into
mainfrom
copilot/fix-github-actions-format-job

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 non-compliant formatting in adicts/functions.py. This change applies the minimal formatting-only update required for the job to pass.

  • Root cause

    • adicts/functions.py contained a function signature layout that Black reformats under the repository’s CI configuration.
  • Change applied

    • Reformatted d_multiply function definition to Black’s expected multiline style.
    • No behavioral or API changes.
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 workflow failure by aligning d_multiply signature with Black Jun 22, 2026
Copilot AI requested a review from willayy June 22, 2026 12:02
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