diff --git a/pyproject.toml b/pyproject.toml index 2ad18048..2f2fb86e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -166,10 +166,15 @@ error-on-warning = true extend-exclude = [ "coverage/", "dist/", - "release-notes.md", "htmlcov/", "uv.lock", ] +[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"