Skip to content

Commit 11a4d05

Browse files
committed
Add codespell config to setup.cfg
1 parent a134ae4 commit 11a4d05

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
@@ -46,3 +46,12 @@ docs/conf.py =
4646
version = "{version}"
4747
readthedocs/__init__.py =
4848
__version__ = "{version}"
49+
50+
[codespell]
51+
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
52+
skip = .git,*.svg,locale,package-lock.json,*.css,*.min.*,vendor,*.ai
53+
check-hidden = true
54+
# some names and abbreviations and very long lines (minimized?)
55+
ignore-regex = \b(Manuel|DED|Wile E. Coyote)\b|.{300,}|"pyton\b
56+
# TODO: fix syntaxt -- would require transition?
57+
ignore-words-list = fo,te,astroid,requestor,syntaxt

0 commit comments

Comments
 (0)