Add rudimentary codespell config

This commit is contained in:
Yaroslav Halchenko 2024-04-17 15:54:16 -04:00
parent 57b37a2d95
commit 2564f90947

View file

@ -30,3 +30,10 @@ ipywidgets = "^8.1.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = '.git*,*.lock,*.css'
check-hidden = true
# ignore-regex = ''
# ignore-words-list = ''