diff --git a/pyproject.toml b/pyproject.toml index 8ba13a490..82f1b200b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -338,6 +338,12 @@ extend-exclude = [ "uv.lock", ] +[tool.typos.default] +extend-ignore-re = [ + # GitHub usernames in @mentions, e.g. @OCE1960 + "@[a-zA-Z0-9](?:-?[a-zA-Z0-9])*", +] + [tool.typos.default.extend-identifiers] alls = "alls"