mirror of
https://github.com/astral-sh/ruff
synced 2026-01-06 22:24:05 -05:00
Apply NFKC normalization to unicode identifiers in the lexer (#10412)
This commit is contained in:
@@ -28,6 +28,7 @@ rustc-hash = { workspace = true }
|
||||
static_assertions = { workspace = true }
|
||||
unicode-ident = { workspace = true }
|
||||
unicode_names2 = { workspace = true }
|
||||
unicode-normalization = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user