Skip to content

fix: apply ruff formatting to unblock lint CI for release/analytics/5.3.0 - #187

Closed
tylerjroach with Copilot wants to merge 1 commit into
release/analytics/5.3.0from
copilot/fix-pr-186-lint-job
Closed

fix: apply ruff formatting to unblock lint CI for release/analytics/5.3.0#187
tylerjroach with Copilot wants to merge 1 commit into
release/analytics/5.3.0from
copilot/fix-pr-186-lint-job

Conversation

Copilot AI commented Jul 27, 2026

Copy link
Copy Markdown

ruff format --check . was failing in the lint job with "2 files would be reformatted," blocking PR #186.

Changes

  • .github/copilot-instructions.md — trailing comma on polling_interval_in_seconds=90
  • README.md — normalize string quotes (single → double) in code examples, add trailing commas, reflow a long Mixpanel(...) constructor call for line-length compliance

Formatting-only; no logic changes.

Copilot AI changed the title Apply Ruff formatting to fix lint CI fix: apply ruff formatting to unblock lint CI for release/analytics/5.3.0 Jul 27, 2026
Copilot AI requested a review from tylerjroach July 27, 2026 17:45
@tylerjroach
tylerjroach marked this pull request as ready for review July 27, 2026 17:46
@greptile-apps

greptile-apps Bot commented Jul 27, 2026

Copy link
Copy Markdown

Confidence Score: 5/5

The PR appears safe to merge.

The changes are limited to behavior-preserving formatting in documentation code examples.

Important Files Changed

Filename Overview
.github/copilot-instructions.md Adds a trailing comma to a configuration example.
README.md Normalizes quotes, spacing, trailing commas, and line wrapping in Python examples.

Reviews (1): Last reviewed commit: "Apply Ruff formatting to fix lint CI" | Re-trigger Greptile

@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.25%. Comparing base (a8a9c56) to head (b234017).

Additional details and impacted files
@@                   Coverage Diff                    @@
##           release/analytics/5.3.0     #187   +/-   ##
========================================================
  Coverage                    96.25%   96.25%           
========================================================
  Files                           13       13           
  Lines                         2616     2616           
  Branches                       139      139           
========================================================
  Hits                          2518     2518           
  Misses                          64       64           
  Partials                        34       34           
Flag Coverage Δ
openfeature-provider 54.06% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

3 participants