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

Update Stylist quote detection with new f-string token #7328

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

dhruvmanila
Copy link
Member

@dhruvmanila dhruvmanila commented Sep 13, 2023

Summary

This PR updates Stylist quote detection to include the f-string tokens.

As f-strings cannot be used as docstrings, we'll skip the check for triple-quoted f-strings.

Test Plan

Add new test cases with f-strings.

fixes: #7293

@dhruvmanila dhruvmanila merged commit dd2178f into dhruv/pep-701 Sep 15, 2023
13 of 16 checks passed
@dhruvmanila dhruvmanila deleted the dhruv/issue-7293 branch September 15, 2023 07:22
dhruvmanila added a commit that referenced this pull request Sep 18, 2023
## Summary

This PR updates `Stylist` quote detection to include the f-string
tokens.

As f-strings cannot be used as docstrings, we'll skip the check for
triple-quoted f-strings.

## Test Plan

Add new test cases with f-strings.

fixes: #7293
dhruvmanila added a commit that referenced this pull request Sep 19, 2023
## Summary

This PR updates `Stylist` quote detection to include the f-string
tokens.

As f-strings cannot be used as docstrings, we'll skip the check for
triple-quoted f-strings.

## Test Plan

Add new test cases with f-strings.

fixes: #7293
dhruvmanila added a commit that referenced this pull request Sep 20, 2023
## Summary

This PR updates `Stylist` quote detection to include the f-string
tokens.

As f-strings cannot be used as docstrings, we'll skip the check for
triple-quoted f-strings.

## Test Plan

Add new test cases with f-strings.

fixes: #7293
dhruvmanila added a commit that referenced this pull request Sep 22, 2023
## Summary

This PR updates `Stylist` quote detection to include the f-string
tokens.

As f-strings cannot be used as docstrings, we'll skip the check for
triple-quoted f-strings.

## Test Plan

Add new test cases with f-strings.

fixes: #7293
dhruvmanila added a commit that referenced this pull request Sep 22, 2023
## Summary

This PR updates `Stylist` quote detection to include the f-string
tokens.

As f-strings cannot be used as docstrings, we'll skip the check for
triple-quoted f-strings.

## Test Plan

Add new test cases with f-strings.

fixes: #7293
dhruvmanila added a commit that referenced this pull request Sep 22, 2023
## Summary

This PR updates `Stylist` quote detection to include the f-string
tokens.

As f-strings cannot be used as docstrings, we'll skip the check for
triple-quoted f-strings.

## Test Plan

Add new test cases with f-strings.

fixes: #7293
dhruvmanila added a commit that referenced this pull request Sep 26, 2023
## Summary

This PR updates `Stylist` quote detection to include the f-string
tokens.

As f-strings cannot be used as docstrings, we'll skip the check for
triple-quoted f-strings.

## Test Plan

Add new test cases with f-strings.

fixes: #7293
dhruvmanila added a commit that referenced this pull request Sep 27, 2023
## Summary

This PR updates `Stylist` quote detection to include the f-string
tokens.

As f-strings cannot be used as docstrings, we'll skip the check for
triple-quoted f-strings.

## Test Plan

Add new test cases with f-strings.

fixes: #7293
dhruvmanila added a commit that referenced this pull request Sep 28, 2023
## Summary

This PR updates `Stylist` quote detection to include the f-string
tokens.

As f-strings cannot be used as docstrings, we'll skip the check for
triple-quoted f-strings.

## Test Plan

Add new test cases with f-strings.

fixes: #7293
dhruvmanila added a commit that referenced this pull request Sep 29, 2023
## Summary

This PR updates `Stylist` quote detection to include the f-string
tokens.

As f-strings cannot be used as docstrings, we'll skip the check for
triple-quoted f-strings.

## Test Plan

Add new test cases with f-strings.

fixes: #7293
dhruvmanila added a commit that referenced this pull request Sep 29, 2023
## Summary

This PR updates `Stylist` quote detection to include the f-string
tokens.

As f-strings cannot be used as docstrings, we'll skip the check for
triple-quoted f-strings.

## Test Plan

Add new test cases with f-strings.

fixes: #7293
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Related to core functionality python312 Related to Python 3.12
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Stylist quote detection to use the new f-string tokens
2 participants