From 872b715b17738110e05f3a45dfb4af925c768734 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:26:06 -0700 Subject: [PATCH] fix: pyspelling config --- .spellcheck.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.spellcheck.yml b/.spellcheck.yml index 0e94ad8..b7743a1 100644 --- a/.spellcheck.yml +++ b/.spellcheck.yml @@ -8,13 +8,21 @@ matrix: mode: none add-filter: - url + camel-case: true # accept CamelCase words + run-together: true dictionary: wordlists: - .wordlist.txt pipeline: - - pyspelling.filters.markdown - - pyspelling.filters.html: - comments: false - - pyspelling.filters.text + - pyspelling.filters.markdown: + markdown_extensions: + - markdown.extensions.extra + - pyspelling.filters.html: + comments: false + attributes: + - title + - alt + ignores: + - code default_encoding: utf-8 suggest: true