From 5081106ef87182c03f6da364d1c0166ec12a0ffb Mon Sep 17 00:00:00 2001 From: MareStare Date: Mon, 17 Mar 2025 23:24:31 +0000 Subject: [PATCH] Fix typos lint --- .typos.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.typos.toml b/.typos.toml index 22a707ba..9f673573 100644 --- a/.typos.toml +++ b/.typos.toml @@ -9,4 +9,5 @@ extend-ignore-re = [ # Often used in tests as a partial match for `foo` "fo", + "FO", ]