You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Benchmarks run via manual dispatch only (`.github/workflows/benchmark.yml`).
54
57
@@ -96,7 +99,7 @@ Each stage returns `(cleaned_string, changed: bool)`. Stages have no side effect
96
99
## Gotchas
97
100
98
101
-**`ruff` rules `RUF001`/`RUF003`** fire on intentional Cyrillic/Greek/Armenian/Cherokee in test and data files — use `# ruff: noqa: RUF001, RUF003` or `# ruff: noqa: RUF003` at top of those files
99
-
-**Tag block range starts at `U+E0001`**, not `U+E0000`
102
+
-**Tag block range starts at `U+E0000`** (includes the deprecated LANGUAGE TAG character)
100
103
-**pytest-benchmark `pedantic()`** required for large payloads (100KB) — standard mode runs too many iterations
101
104
-**No CLI, no config files, no framework dependencies** — this is a library only
102
105
-**No LLM prompt escaper** — vendor syntax moves too fast; pluggable design lets users build their own
0 commit comments