add portuguese pt-br to ignored typo checks

This commit is contained in:
Richard Alves
2025-11-10 10:20:58 -03:00
parent 801fdb352c
commit 38d9f33f1b

View File

@@ -3,6 +3,7 @@ extend-exclude = [
"*.svg", "*.svg",
"*.fr.md", "*.fr.md",
"*.es.md", "*.es.md",
"*.pt-BR.md",
"blog/config.toml", "blog/config.toml",
] ]