Skip to content

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

Merged
dhruvmanila merged 1 commit intodhruv/pep-701from
dhruv/issue-7293
Sep 15, 2023
Merged

Update Stylist quote detection with new f-string token#7328
dhruvmanila merged 1 commit intodhruv/pep-701from
dhruv/issue-7293

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 linked an issue Sep 13, 2023 that may be closed by this pull request
@dhruvmanila dhruvmanila added python312 Related to Python 3.12 core Related to core functionality labels Sep 13, 2023
@dhruvmanila dhruvmanila changed the base branch from dhruv/issue-7292 to dhruv/pep-701 September 14, 2023 02:49
@dhruvmanila dhruvmanila marked this pull request as ready for review September 14, 2023 03:40
@dhruvmanila dhruvmanila merged commit dd2178f into dhruv/pep-701 Sep 15, 2023
@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