test(typos): ignore png images

This commit is contained in:
Yorick Barbanneau 2024-05-02 02:09:17 +02:00
parent 674d531d32
commit b19b93e39c
3 changed files with 15 additions and 11 deletions

View file

@ -5,3 +5,7 @@ extend-ignore-re = ['[a-fA-F0-9]{6}']
[default.extend-words]
doas = "doas"
edn = "edn"
[type.images]
extend-glob = ["*.png"]
check-file = false