ruff/crates/ruff_linter
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
..
resources/test Fix invalid E231 error with f-strings (#8369) 2023-10-30 19:38:13 -04:00
src Fix invalid E231 error with f-strings (#8369) 2023-10-30 19:38:13 -04:00
Cargo.toml Update pyproject-toml to 0.8 (#8351) 2023-10-30 10:05:37 +00:00