ruff
c674db6e
- Fix invalid E231 error with f-strings (#8369)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Fix invalid E231 error with f-strings (#8369) ## Summary We were considering the `{` within an f-string to be a left brace, which caused the "space-after-colon" rule to trigger incorrectly. Closes https://github.com/astral-sh/ruff/issues/8299.
References
#8369 - Fix invalid E231 error with f-strings
Author
charliermarsh
Parents
7323c12e
Loading