From 540607ce3943b73893d1f2eb0515a14e86917522 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Fri, 26 Sep 2025 08:10:16 -0700 Subject: [PATCH] Add html filter to aspell --- .spellcheck.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.spellcheck.yml b/.spellcheck.yml index 592eee2..154a6db 100644 --- a/.spellcheck.yml +++ b/.spellcheck.yml @@ -6,14 +6,16 @@ matrix: aspell: lang: en mode: none - add-filter: url + add-filter: + - url dictionary: wordlists: - .wordlist.txt - encoding: utf-8 pipeline: - pyspelling.filters.markdown + - pyspelling.filters.html: + comments: false + attributes: false - pyspelling.filters.text default_encoding: utf-8 suggest: true -