mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-30 23:27:38 +00:00
Update identifier Unicode character validation to match Python spec (#7209)
Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
parent
fda48afc23
commit
041cdb95e0
6 changed files with 45 additions and 5 deletions
|
@ -24,7 +24,7 @@ lalrpop-util = { version = "0.20.0", default-features = false }
|
|||
num-bigint = { workspace = true }
|
||||
num-traits = { workspace = true }
|
||||
unic-emoji-char = "0.9.0"
|
||||
unic-ucd-ident = "0.9.0"
|
||||
unic-ucd-ident = { workspace = true }
|
||||
unicode_names2 = { version = "0.6.0", git = "https://github.com/youknowone/unicode_names2.git", rev = "4ce16aa85cbcdd9cc830410f1a72ef9a235f2fde" }
|
||||
rustc-hash = { workspace = true }
|
||||
static_assertions = "1.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue