ruff/crates/ruff_linter
Charlie Marsh cd29761b9c
Run unicode prefix rule over tokens (#8709)
## Summary

It seems like the range of an `ExprStringLiteral` can be somewhat
unreliable when the string is part of an implicit concatenation with an
f-string. Using the tokens themselves is more reliable.

Closes #8680.
Closes https://github.com/astral-sh/ruff/issues/7784.
2023-11-16 02:30:42 +00:00
..
resources/test Run unicode prefix rule over tokens (#8709) 2023-11-16 02:30:42 +00:00
src Run unicode prefix rule over tokens (#8709) 2023-11-16 02:30:42 +00:00
Cargo.toml Bump annotate-snippets from 0.9.1 to 0.9.2 (#8646) 2023-11-13 14:55:15 +00:00