Skip to content

Commit fe4ff1e

Browse files
authored
🔧 Enable checking release-notes.md for typos (#436)
1 parent 760451b commit fe4ff1e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,15 @@ error-on-warning = true
166166
extend-exclude = [
167167
"coverage/",
168168
"dist/",
169-
"release-notes.md",
170169
"htmlcov/",
171170
"uv.lock",
172171
]
173172

173+
[tool.typos.default]
174+
extend-ignore-re = [
175+
# GitHub usernames in @mentions
176+
"@[a-zA-Z0-9](?:-?[a-zA-Z0-9])*",
177+
]
178+
174179
[tool.typos.default.extend-identifiers]
175180
alls = "alls"

0 commit comments

Comments
 (0)