ruff/crates/ruff_linter/resources
Charlie Marsh c674db6e51
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.
2023-10-30 19:38:13 -04:00
..
test Fix invalid E231 error with f-strings (#8369) 2023-10-30 19:38:13 -04:00