Skip to content

Commit 2c09eda

Browse files
committed
Add leftover skips for codespell
1 parent 929d3ab commit 2c09eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ readthedocs/__init__.py =
4747

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

0 commit comments

Comments
 (0)