diff --git a/pyproject.toml b/pyproject.toml index 2d791dda..383a1448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,8 @@ default.extend-ignore-re = [ "(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on", # Multiline check disable with // spellchecker:off // spellchecker:on (can also use #) "(?s)(/\\*)\\s*spellchecker:off.*?\\s*spellchecker:on\\s*(\\*/)", # Multiline check disable with /* spellchecker:off ... spellchecker:on */ "uid://\\S+", # Ignore engine uids + "id=\"[^\"]+\"", # Ignore scene ids + "ExtResource\\(\"[^\"]+\"\\)", # Ignore scene ids ] type.xml.locale = "en-us" type.xml.check-filename = false