Skip to content

Commit 5e52806

Browse files
dl3sdodg0yt
authored andcommitted
Spell checking: Ignore possessive nouns
1 parent dea956e commit 5e52806

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pyspelling.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ matrix:
66
output: wordlist.dic
77
encoding: utf-8
88
pipeline:
9+
- pyspelling.filters.context:
10+
context_visible_first: true
11+
delimiters:
12+
# Ignore possessive endings
13+
- open: '(?<=\w)''s(?!\w)'
14+
close: '\b'
915
- pyspelling.filters.markdown:
1016
markdown_extensions:
1117
- attr_list:

0 commit comments

Comments
 (0)