Skip to content

Commit

Permalink
Add pyspelling html filter
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sedlmayer <[email protected]>
  • Loading branch information
thomassedlmayer committed Mar 22, 2024
1 parent c60c72a commit b565376
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/.pyspelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ matrix:
delimiters:
- open: '(?s)^(?P<open> *\/\/)'
close: '^(?P=open)$'
- pyspelling.filters.html:
comments: true
attributes:
- title
- alt

0 comments on commit b565376

Please sign in to comment.