We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071d1b2 commit cbe5b13Copy full SHA for cbe5b13
1 file changed
pyproject.toml
@@ -13,7 +13,6 @@ github-actions = [
13
[tool.typos.files]
14
extend-exclude = [
15
"img/",
16
- "release-notes.md",
17
"uv.lock",
18
"bun.lock",
19
"backend/coverage/",
@@ -22,5 +21,13 @@ extend-exclude = [
22
21
"frontend/public/assets/images/",
23
]
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
+
32
[tool.typos.default.extend-identifiers]
33
alls = "alls"
0 commit comments