Add rudimentary codespell config

This commit is contained in:
Yaroslav Halchenko
2026-03-07 12:09:34 -05:00
parent fa1130d766
commit 966990b973

View File

@@ -265,3 +265,10 @@ skips = ["B101", "B601"] # Skip assert_used and shell=True (sometimes needed)
# Flake8 configuration (in setup.cfg or .flake8 file)
# Note: flake8 doesn't support pyproject.toml yet
[tool.codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = '.git,.gitignore,.gitattributes,*.pdf,*.svg,*.ai,package-lock.json,*.css,*.min.*'
check-hidden = true
# ignore-regex = ''
# ignore-words-list = ''