Correct quick fix message for W605#8156
Merged
zanieb merged 2 commits intodhruv/unterminated-fstringfrom Oct 26, 2023
Merged
Conversation
Member
Author
|
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
Member
Author
|
I was working on |
Contributor
PR Check ResultsEcosystem✅ ecosystem check detected no changes. |
zanieb
reviewed
Oct 24, 2023
crates/ruff_linter/src/rules/pycodestyle/rules/invalid_escape_sequence.rs
Outdated
Show resolved
Hide resolved
zanieb
reviewed
Oct 24, 2023
crates/ruff_linter/src/rules/pycodestyle/rules/invalid_escape_sequence.rs
Show resolved
Hide resolved
c755335 to
1e980fd
Compare
19f39bc to
62a78a0
Compare
62a78a0 to
ce4e643
Compare
zanieb
approved these changes
Oct 25, 2023
1e980fd to
29fb86e
Compare
Member
|
@dhruvmanila sorry I was very naughty and broke your stack thinking this went into |
Member
Author
|
Oh lol, no worries. |
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.

Summary
This PR fixes the
W605rule implementation to provide the quickfix message asper the fix provided.
Test Plan
Update snapshots.
fixes: #8155