Skip to content

Commit 560469c

Browse files
Add pyspelling html filter
Signed-off-by: Thomas Sedlmayer <[email protected]>
1 parent 138c6f1 commit 560469c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/.pyspelling.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ matrix:
1717
delimiters:
1818
- open: '(?s)^(?P<open> *\/\/)'
1919
close: '^(?P=open)$'
20+
- pyspelling.filters.html:
21+
comments: true
22+
attributes:
23+
- title
24+
- alt

0 commit comments

Comments
 (0)