Skip to content

Commit

Permalink
Try to ignore python parts
Browse files Browse the repository at this point in the history
  • Loading branch information
AVHopp committed Jan 24, 2024
1 parent 177a050 commit 582643e
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .pyspelling.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
matrix:
- name: Markdown
aspell:
lang: en
expect_match: false
apsell:
mode: en
dictionary:
wordlists:
- .wordlist.txt
output: wordlist.dic
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
delimiters:
- open: "```"
close: "```"
markdown_extensions:
- markdown.extensions.extra:
- pyspelling.filters.html:
comments: false
attributes:
- alt
ignores:
- ':matches(code, pre)'
- 'code'
- 'pre'
- 'blockquote'
sources:
- '**/*.md'
default_encoding: utf-8
- '*.md'

0 comments on commit 582643e

Please sign in to comment.