From dcfadc0894012e899e8bb9e147255fb46fb32458 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Fri, 19 Jun 2026 15:42:42 +0200 Subject: [PATCH] Add regex to skip 2 specific cases (german word and quote) --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 82f1b200b4..2d197cc0df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]