From 7d7e205fbd8e18a75a0c9ee08a70dea5cede488e Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Fri, 19 Jun 2026 16:21:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Enable=20checking=20release-note?= =?UTF-8?q?s.md=20for=20typos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c4d4ef..cae682f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,11 +131,16 @@ error-on-warning = true [tool.typos.files] extend-exclude = [ - "release-notes.md", "uv.lock", "coverage/", "htmlcov/", ] +[tool.typos.default] +extend-ignore-re = [ + # GitHub usernames in @mentions + "@[a-zA-Z0-9](?:-?[a-zA-Z0-9])*", +] + [tool.typos.default.extend-identifiers] alls = "alls"