From 7625c1c3dff04d615ff534e4159b67f4f865cec2 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Wed, 18 Jun 2025 08:36:00 +0000 Subject: [PATCH] fix: _typos.toml ignore commits hex --- _typos.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_typos.toml b/_typos.toml index 54ddf6c..6fd8cd3 100644 --- a/_typos.toml +++ b/_typos.toml @@ -1,2 +1,5 @@ [default.extend-words] -ratatui = "ratatui" \ No newline at end of file +ratatui = "ratatui" + +[default] +extend-ignore-words-re = ["[(?:[0-9a-fA-F]{8}|[0-9a-fA-F]{40})]"]