Add regex to skip 2 specific cases (german word and quote)

This commit is contained in:
Yurii Motov
2026-06-19 15:42:42 +02:00
parent 6980d6a70f
commit dcfadc0894

View File

@@ -342,6 +342,10 @@ extend-exclude = [
extend-ignore-re = [
# GitHub usernames in @mentions, e.g. @OCE1960
"@[a-zA-Z0-9](?:-?[a-zA-Z0-9])*",
# Quoted typo documented in a release note
"'wll' to 'will'",
# German article title in a release note
"FastAPI Modul",
]
[tool.typos.default.extend-identifiers]