diff --git a/_typos.toml b/_typos.toml index baa9fc6a..ba34ac6c 100644 --- a/_typos.toml +++ b/_typos.toml @@ -22,3 +22,6 @@ [default] [files] extend-exclude = ["*.csv"] +extend-ignore-identifiers-re = [ + "packgs", # variable name +]