Skip to content

Commit 980a30d

Browse files
committed
Add leftover skips for codespell
1 parent 9a913fd commit 980a30d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ readthedocs/__init__.py =
4949

5050
[codespell]
5151
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
52-
skip = .git,*.svg,locale,package-lock.json,*.css,*.min.*,vendor,*.ai
52+
skip = .git,*.svg,locale,package-lock.json,*.css,*.min.*,vendor,*.ai,setup.cfg
5353
check-hidden = true
5454
# some names and abbreviations and very long lines (minimized?)
55-
ignore-regex = \b(Manuel|DED|Wile E. Coyote)\b|.{300,}|"pyton\b
55+
ignore-regex = \b(Manuel|DED|Wile E. Coyote|Couldn\\u2019t)\b|.{300,}|"pyton\b|\|(ative|ment)\||"Hel" will match\b|ative: ''
5656
# TODO: fix syntaxt -- would require transition?
5757
ignore-words-list = fo,te,astroid,requestor,syntaxt

0 commit comments

Comments
 (0)