From 402c468082478cc36f43882b70c0ad5b3d22d690 Mon Sep 17 00:00:00 2001 From: kohya-ss <52813779+kohya-ss@users.noreply.github.com> Date: Sun, 8 Feb 2026 10:22:24 +0900 Subject: [PATCH] fix: update extend-exclude list in _typos.toml to include configs --- _typos.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_typos.toml b/_typos.toml index 686da4af..2979b226 100644 --- a/_typos.toml +++ b/_typos.toml @@ -34,4 +34,4 @@ byt="byt" tak="tak" [files] -extend-exclude = ["_typos.toml", "venv"] +extend-exclude = ["_typos.toml", "venv", "configs"]