askama/_typos.toml
2025-03-11 19:31:06 +01:00

32 lines
585 B
TOML

[default]
locale = "en-us"
[files]
extend-exclude = [
# generated files
"book/ethicalads-theme.css",
"fuzzing/fuzz/artifacts/",
"fuzzing/fuzz/corpus/",
"target/",
"askama_parser/tests/*.txt",
"testing/templates/fuzzed-*",
# filler texts
"askama/benches/strings.inc",
# too many false positives
"testing/tests/gen_ws_tests.py",
]
[default.extend-words]
# It's actually called that in the ASCII standard
Enquiry = "Enquiry"
# French words
exemple = "exemple"
existant = "existant"
# used in tests
Ba = "Ba"
fo = "fo"
Fo = "Fo"
sur = "sur"