Skip to content

Commit 929d3ab

Browse files
committed
Add codespell config to setup.cfg
1 parent 000af14 commit 929d3ab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,12 @@ docs/conf.py =
4444
version = "{version}"
4545
readthedocs/__init__.py =
4646
__version__ = "{version}"
47+
48+
[codespell]
49+
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
50+
skip = .git,*.svg,locale,package-lock.json,*.css,*.min.*,vendor,*.ai
51+
check-hidden = true
52+
# some names and abbreviations and very long lines (minimized?)
53+
ignore-regex = \b(Manuel|DED|Wile E. Coyote)\b|.{300,}|"pyton\b
54+
# TODO: fix syntaxt -- would require transition?
55+
ignore-words-list = fo,te,astroid,requestor,syntaxt

0 commit comments

Comments
 (0)