fix typos check to ignore docs, here

This commit is contained in:
Robert Wolff 2025-01-14 16:50:25 +01:00
parent 121044a8ca
commit ed4fe31f51

View file

@ -10,4 +10,7 @@ extend-ignore-identifiers-re = [
]
[files]
extend-exclude = ["**.xsl"]
extend-exclude = [
"**.xsl",
"forgejo-docs",
]