test(typos): ignore colors definition

This commit is contained in:
Yorick Barbanneau 2024-04-29 23:59:25 +02:00
parent 3c37eda13b
commit 1f599ab18f

View file

@ -1,3 +1,7 @@
[default]
# Ignore string that look like colors definitions
extend-ignore-re = ['[a-fA-F0-9]{6}']
[default.extend-words]
doas = "doas"
edn = "edn"