mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-01 12:25:45 +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
|
|
@ -18,7 +18,7 @@ ruff_source_file = { path = "../ruff_source_file" }
|
|||
|
||||
memchr = { workspace = true }
|
||||
smallvec = { workspace = true }
|
||||
unic-ucd-ident = "0.9.0"
|
||||
unic-ucd-ident = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue