Skip to content

Commit

Permalink
update confusables, update regex library
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbon225 authored and djstrong committed Dec 22, 2024
1 parent 7b2993c commit 44a8eed
Show file tree
Hide file tree
Showing 10 changed files with 8,737 additions and 1,249 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6,433 changes: 5,452 additions & 981 deletions label_inspector/data/confusables.json

Large diffs are not rendered by default.

3,278 changes: 3,107 additions & 171 deletions label_inspector/data/grapheme_confusables.json

Large diffs are not rendered by default.

80 changes: 80 additions & 0 deletions label_inspector/data/tests/unicode_numerics.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,16 @@ FF19
10D37
10D38
10D39
10D40
10D41
10D42
10D43
10D44
10D45
10D46
10D47
10D48
10D49
10E60
10E61
10E62
Expand Down Expand Up @@ -1224,6 +1234,26 @@ FF19
116C7
116C8
116C9
116D0
116D1
116D2
116D3
116D4
116D5
116D6
116D7
116D8
116D9
116DA
116DB
116DC
116DD
116DE
116DF
116E0
116E1
116E2
116E3
11730
11731
11732
Expand Down Expand Up @@ -1265,6 +1295,16 @@ FF19
11957
11958
11959
11BF0
11BF1
11BF2
11BF3
11BF4
11BF5
11BF6
11BF7
11BF8
11BF9
11C50
11C51
11C52
Expand Down Expand Up @@ -1456,6 +1496,16 @@ FF19
1246C
1246D
1246E
16130
16131
16132
16133
16134
16135
16136
16137
16138
16139
16A60
16A61
16A62
Expand Down Expand Up @@ -1493,6 +1543,16 @@ FF19
16B5F
16B60
16B61
16D70
16D71
16D72
16D73
16D74
16D75
16D76
16D77
16D78
16D79
16E80
16E81
16E82
Expand All @@ -1516,6 +1576,16 @@ FF19
16E94
16E95
16E96
1CCF0
1CCF1
1CCF2
1CCF3
1CCF4
1CCF5
1CCF6
1CCF7
1CCF8
1CCF9
1D2C0
1D2C1
1D2C2
Expand Down Expand Up @@ -1661,6 +1731,16 @@ FF19
1E4F7
1E4F8
1E4F9
1E5F1
1E5F2
1E5F3
1E5F4
1E5F5
1E5F6
1E5F7
1E5F8
1E5F9
1E5FA
1E8C7
1E8C8
1E8C9
Expand Down
193 changes: 97 additions & 96 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python = ">=3.9,<3.13"
ens-normalize = "^3.0.9"
fastapi = "^0.115.4"
hydra-core = "^1.3.2"
regex = "^2023.10.3"
regex = "^2024.11.6"
emoji = "^2.8.0"
more-itertools = "^10.1.0"
mangum = {version = "^0.17.0", optional = true}
Expand Down

0 comments on commit 44a8eed

Please sign in to comment.