Skip to content
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

Remove triple-quoted string ranges computation #7476

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

dhruvmanila
Copy link
Member

Summary

This is a follow-up PR for #7435 to remove the now unused triple-quoted string
ranges from the indexer.

From #7325 (comment):

[...] Except if we plan to to re-use the multiline-string ranges for add-noqa as well:

Micha raised a point about it but I don't think that's going to be a problem as
it was never used in add-noqa in the first place. In the context of f-string
we would actually be using the f-string ranges instead as even single-quoted
f-string can be multi-line.

@dhruvmanila
Copy link
Member Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@dhruvmanila dhruvmanila added the internal An internal refactor or improvement label Sep 18, 2023
@github-actions
Copy link
Contributor

PR Check Results

Ecosystem

✅ ecosystem check detected no changes.

@dhruvmanila
Copy link
Member Author

(Merging this as it's just a mechanical refactor)

@dhruvmanila dhruvmanila merged commit c2bd8af into main Sep 18, 2023
16 checks passed
@dhruvmanila dhruvmanila deleted the dhruv/indexer-cleanup branch September 18, 2023 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant