-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency upgrades & minor CI renovation #318
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #318 +/- ##
==========================================
- Coverage 86.85% 86.13% -0.73%
==========================================
Files 126 129 +3
Lines 4374 4593 +219
Branches 903 591 -312
==========================================
+ Hits 3799 3956 +157
- Misses 394 446 +52
- Partials 181 191 +10 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -59,6 +59,9 @@ target-version = "py38" | |||
line-length = 110 | |||
preview = true | |||
|
|||
[tool.ruff.format] | |||
quote-style = "preserve" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this necessary?
Going with uniform quote style everywhere would be preferable IMO.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for backward compatibility (so every little change doesn’t require reformatting)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah – without it, this minor PR would've reformatted a bunch of files.
uv