-
Notifications
You must be signed in to change notification settings - Fork 703
Expand file tree
/
Copy pathtypos.toml
More file actions
29 lines (25 loc) · 810 Bytes
/
typos.toml
File metadata and controls
29 lines (25 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Configuration for typos spell checker
# https://github.com/crate-ci/typos
[default]
extend-ignore-re = [
"https?://[^\\s]+", # Ignore URLs
"'gASV[^']+", # Ignore base64-encoded pickle data
]
[files]
# Extend the default exclude list
extend-exclude = [
"*.lock",
"*.min.js",
"*.min.css",
"**/CHANGELOG.md",
"**/changelog.md",
]
[default.extend-identifiers]
# Add project-specific identifiers that should not be treated as typos
ser_json_inf_nan = "ser_json_inf_nan" # Pydantic config parameter
asend = "asend" # Python async generator method
[default.extend-words]
# Add project-specific words that should not be treated as typos
mke = "mke" # Sennheiser MKE product name
consts = "consts" # Common abbreviation for "constants"
certifi = "certifi" # Python package name