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 logical line rules for the new f-string tokens #7691

Closed
3 tasks done
dhruvmanila opened this issue Sep 28, 2023 · 0 comments · Fixed by #7690
Closed
3 tasks done

Update logical line rules for the new f-string tokens #7691

dhruvmanila opened this issue Sep 28, 2023 · 0 comments · Fixed by #7690
Assignees
Labels
python312 Related to Python 3.12 rule Implementing or modifying a lint rule

Comments

@dhruvmanila
Copy link
Member

dhruvmanila commented Sep 28, 2023

  • Ignore E225 for the = operator
  • Ignore E231 for the : operator
  • Ignore E201, E202 for { and } tokens

I think these shouldn't be blocking for the release as the rules are in preview but also it's difficult to differentiate between usages of certain tokens (:, {) in the context of f-strings.

@dhruvmanila dhruvmanila self-assigned this Sep 28, 2023
@dhruvmanila dhruvmanila linked a pull request Sep 28, 2023 that will close this issue
@dhruvmanila dhruvmanila added rule Implementing or modifying a lint rule python312 Related to Python 3.12 labels Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python312 Related to Python 3.12 rule Implementing or modifying a lint rule
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant