pre-commit: Add codespell

This commit is contained in:
Christian Clauss 2025-11-05 18:13:26 +01:00 committed by David Lord
parent 30da640ffe
commit 709f83f6a3
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
2 changed files with 9 additions and 0 deletions

View file

@ -166,6 +166,9 @@ select = [
force-single-line = true
order-by-type = false
[tool.codespell]
ignore-words-list = "te"
[tool.tox]
env_list = [
"py3.14", "py3.14t",