Skip to content

Commit cbe5b13

Browse files
committed
🔧 Enable checking release-notes.md for typos
1 parent 071d1b2 commit cbe5b13

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ github-actions = [
1313
[tool.typos.files]
1414
extend-exclude = [
1515
"img/",
16-
"release-notes.md",
1716
"uv.lock",
1817
"bun.lock",
1918
"backend/coverage/",
@@ -22,5 +21,13 @@ extend-exclude = [
2221
"frontend/public/assets/images/",
2322
]
2423

24+
[tool.typos.default]
25+
extend-ignore-re = [
26+
# GitHub usernames in @mentions
27+
"@[a-zA-Z0-9](?:-?[a-zA-Z0-9])*",
28+
# Name of the package in the PR title
29+
"Bump certifi ",
30+
]
31+
2532
[tool.typos.default.extend-identifiers]
2633
alls = "alls"

0 commit comments

Comments
 (0)