Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hemang-rh committed Oct 1, 2024
1 parent e1aa02b commit 8a629f6
Showing 1 changed file with 15 additions and 19 deletions.
34 changes: 15 additions & 19 deletions .pyspelling.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
matrix:
- name: Markdown
aspell:
lang: en
# ignore-case: true
dictionary:
encoding: utf-8
wordlists:
- .wordlist-md
output: scratch/dictionary.dic
pipeline:
- pyspelling.filters.markdown:
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
sources:
- '!**/INFO.md|!**/TODO.md|!venv/**|!scratch/**|**/*.md'
default_encoding: utf-8
- name: Markdown
aspell:
lang: en
dictionary:
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
sources:
- '**/*.md'
default_encoding: utf-8

0 comments on commit 8a629f6

Please sign in to comment.