mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-16 14:42:29 -05:00
Add rudimentary codespell config
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user