Skip to content

Commit

Permalink
[11] test python spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed May 1, 2024
1 parent 70703ec commit eedb144
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions .spellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
matrix:
- name: Markdown
sources:
- '**/*.md'
aspell:
lang: en
dictionary:
Expand All @@ -13,6 +15,21 @@ matrix:
ignores:
- code
- pre
default_encoding: utf-8
- name: Python
sources:
- '**/*.md'
default_encoding: utf-8
- '**/*.py'
aspell:
lang: en
dictionary:
wordlists:
- .github/.wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.python:
comments: true
docstrings: true
group_comments: true
decode_escapes: true
strings: true
string_types: fu
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-develop10
2.0.0-develop11

0 comments on commit eedb144

Please sign in to comment.