We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8ad94 commit dcd044eCopy full SHA for dcd044e
typos.toml
@@ -13,7 +13,8 @@ extend-exclude = [
13
"*.lock",
14
"*.min.js",
15
"*.min.css",
16
- "CHANGELOG.md",
+ "**/CHANGELOG.md",
17
+ "**/changelog.md",
18
]
19
20
[default.extend-identifiers]
@@ -25,3 +26,4 @@ asend = "asend" # Python async generator method
25
26
# Add project-specific words that should not be treated as typos
27
mke = "mke" # Sennheiser MKE product name
28
consts = "consts" # Common abbreviation for "constants"
29
+certifi = "certifi" # Python package name
0 commit comments