Skip to content

Commit

Permalink
Create .spellcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinchai authored Nov 7, 2024
1 parent 686900f commit 8054df9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
matrix:
- 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 8054df9

Please sign in to comment.