Skip to content

Commit

Permalink
Merge pull request #25 from sscheib/fix-pyspelling
Browse files Browse the repository at this point in the history
fix: changing content matcher to be non-greedy
  • Loading branch information
sscheib authored Apr 1, 2024
2 parents 4d30838 + a9bba37 commit c68bcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/spellcheck/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ matrix:
# # end nospell
#
- open: '(?m)(\s{0,}?)#\s+?begin\s+?nospell$'
content: '[\S\s]+'
content: '[\S\s]+?'
close: '\1#\s+?end\s+?nospell$'

- pyspelling.filters.context:
Expand Down

0 comments on commit c68bcf0

Please sign in to comment.