From 29b0500e70011785b99ac3c76cd5bb6bc4c29a02 Mon Sep 17 00:00:00 2001 From: Kohya S <52813779+kohya-ss@users.noreply.github.com> Date: Sat, 13 Sep 2025 21:18:50 +0900 Subject: [PATCH] fix: restore files section in _typos.toml for exclusion configuration --- _typos.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/_typos.toml b/_typos.toml index bf0292e5..686da4af 100644 --- a/_typos.toml +++ b/_typos.toml @@ -33,8 +33,5 @@ OT="OT" byt="byt" tak="tak" -# [files] -# # Extend the default list of files to check -# extend-exclude = [ -# "library/hunyuan_image_text_encoder.py", -# ] +[files] +extend-exclude = ["_typos.toml", "venv"]