forked from apify/crawlee-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypos.toml
More file actions
27 lines (23 loc) · 742 Bytes
/
typos.toml
File metadata and controls
27 lines (23 loc) · 742 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
# 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",
]
[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"