Skip to content

Align Python formatting with CI Black output to fix failing lint job - #133

Draft
thezak48 with Copilot wants to merge 1 commit into
developfrom
copilot/fix-lint-failing-job
Draft

Align Python formatting with CI Black output to fix failing lint job#133
thezak48 with Copilot wants to merge 1 commit into
developfrom
copilot/fix-lint-failing-job

Conversation

Copilot AI commented Jul 3, 2026

Copy link
Copy Markdown

The lint GitHub Actions job failed in CI despite passing on local dev due to Black formatting drift across environments. This PR normalizes formatting to the CI-expected Black output so the workflow no longer fails on black --check ..

  • Root cause

    • CI (Run Black (Python)) reported reformat requirements in Python files that were not consistently surfaced locally.
  • Changes applied

    • Re-ran Black-compatible formatting and committed only the Python files flagged by CI formatting checks:
      • auth.py
      • examples/api_example.py
      • database.py (also flagged in repo reproduction environment)
  • Scope

    • No behavioral or API changes.
    • Formatting-only edits to eliminate environment-dependent lint failures.
black --check .
# before: files would be reformatted
# after: clean in CI-consistent formatting

@sonarqubecloud

sonarqubecloud Bot commented Jul 3, 2026

Copy link
Copy Markdown

Copilot AI changed the title [WIP] Fix failing GitHub Actions job lint Align Python formatting with CI Black output to fix failing lint job Jul 3, 2026
Copilot AI requested a review from thezak48 July 3, 2026 09:46
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