From 159839e503b8ea74cad2954cf1aa85eaa611af37 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Sun, 19 Jan 2025 11:41:39 -0500 Subject: [PATCH] fix: improve typos detection --- .typos.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .typos.toml diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 0000000..b8cc42d --- /dev/null +++ b/.typos.toml @@ -0,0 +1,2 @@ +[files] +extend-exclude = ["CHANGELOG.md", "doc/*"]