Skip to content

Commit

Permalink
Try to ignore authors
Browse files Browse the repository at this point in the history
  • Loading branch information
AVHopp committed Jan 25, 2024
1 parent d8eccf3 commit 8053902
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .pyspelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ matrix:
- .wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.text:
convert_encoding: utf-8
- pyspelling.filters.context:
context_visible_first: true
delimiters:
# Ignore authors
- open: '(?s)^(?P<open> *## Authors)$'
close: '^(?P=open)(?P<contents>.*?)(?P<close> *## Known Issues)$'
- pyspelling.filters.markdown:
markdown_extensions:
- markdown.extensions.extra:
Expand All @@ -21,6 +25,5 @@ matrix:
- 'div'
- 'pre'
- 'code'
encoding: utf-8
sources:
- 'README.md'

0 comments on commit 8053902

Please sign in to comment.