# typos configuration — https://github.com/crate-ci/typos
# Run locally with `typos` or `just typos`; enforced in CI.
[files]
extend-exclude = [
"Cargo.lock",
"target/",
".git/",
"fixtures/",
"**/generated/",
"*.ttl",
"*.svg",
"*.lock",
]
[default]
# Ignore content-address / hash-looking hex strings (blake3, sha256, git shas).
extend-ignore-re = ["\\b[0-9a-f]{32,}\\b"]
[default.extend-words]
# Intentional project nouns that look like typos go here, e.g.:
# affi = "affi"