Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1187 +/- ##
=======================================
Coverage 58.26% 58.26%
=======================================
Files 4 4
Lines 599 599
Branches 147 147
=======================================
Hits 349 349
Misses 229 229
Partials 21 21 ☔ View full report in Codecov by Sentry. |
1f5dd8a to
906c4e9
Compare
|
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

This PR contains the following updates:
0.1.7->0.1.8Release Notes
astral-sh/ruff (ruff)
v0.1.8Compare Source
This release includes opt-in support for formatting Python snippets within
docstrings via the
docstring-code-formatsetting.Check out the blog post for more details!
Preview features
"preserve"quote-style to mimic Black's skip-string-normalization (#8822)prefer_splitting_right_hand_side_of_assignmentspreview style (#8943)pycodestyle] Add fix forunexpected-spaces-around-keyword-parameter-equals(#9072)pycodestyle] Add fix for comment-related whitespace rules (#9075)pycodestyle] Allowsys.pathmodifications between imports (#9047)refurb] Implementhashlib-digest-hex(FURB181) (#9077)Rule changes
flake8-type-checkingrules to automatically quote runtime-evaluated references (#6001)flake8-annotations] AvoidANN2xxfixes for abstract methods with empty bodies (#9034)flake8-self] Ignore underscore references in type annotations (#9036)pep8-naming] Allow class names whenapps.get_modelis a non-string (#9065)pycodestyle] Allowmatplotlib.usecalls to intersperse imports (#9094)pyflakes] Support fixing unused assignments in tuples by renaming variables (F841) (#9107)pylint] Add fix forsubprocess-run-without-check(PLW1510) (#6708)Formatter
docstring-code-formatknob to enable docstring snippet formatting (#8854)CLI
--output-format(#9078)Bug fixes
flake8-err-msg] AllowEMfixes even ifmsgvariable is defined (#9059)flake8-pie] Prevent keyword arguments duplication (#8450)flake8-pie] Respect trailing comma inunnecessary-dict-kwargs(PIE804) (#9015)flake8-raise] Avoid removing parentheses on ctypes.WinError (#9027)isort] Avoid invalid combination offorce-sort-within-typesandlines-between-types(#9041)isort] Ensure that from-style imports are always ordered first in__future__(#9039)pycodestyle] Allow tab indentation before keyword (#9099)pylint] Ignore@overridesand@overloadsfortoo-many-positional(#9000)pyupgrade] Enableprintf-string-formattingfix with comments on right-hand side (#9037)refurb] Makemath-constant(FURB152) rule more targeted (#9054)refurb] Support floating-point base inredundant-log-base(FURB163) (#9100)ruff] Detectunused-asyncio-dangling-task(RUF006) on unused assignments (#9060)Configuration
📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.