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
Closed
fix: apply ruff formatting to unblock lint CI for release/analytics/5.3.0#187tylerjroach with Copilot wants to merge 1 commit into
tylerjroach with Copilot wants to merge 1 commit into
Conversation
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 created this pull request from a session on behalf of
tylerjroach
July 27, 2026 17:45
View session
tylerjroach
marked this pull request as ready for review
July 27, 2026 17:46
Confidence Score: 5/5The PR appears safe to merge. The changes are limited to behavior-preserving formatting in documentation code examples.
|
| 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
rahul-mixpanel
approved these changes
Jul 27, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 onpolling_interval_in_seconds=90README.md— normalize string quotes (single → double) in code examples, add trailing commas, reflow a longMixpanel(...)constructor call for line-length complianceFormatting-only; no logic changes.