From b5653763f8e98aa685897a8c3baada5af8b80dbe Mon Sep 17 00:00:00 2001 From: Thomas Sedlmayer Date: Fri, 22 Mar 2024 12:24:53 +0100 Subject: [PATCH] Add pyspelling html filter Signed-off-by: Thomas Sedlmayer --- .github/.pyspelling.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/.pyspelling.yml b/.github/.pyspelling.yml index 5670d5b6e..512d9a26d 100644 --- a/.github/.pyspelling.yml +++ b/.github/.pyspelling.yml @@ -17,3 +17,8 @@ matrix: delimiters: - open: '(?s)^(?P *\/\/)' close: '^(?P=open)$' + - pyspelling.filters.html: + comments: true + attributes: + - title + - alt