Fix typos discovered by codespell

This commit is contained in:
Christian Clauss
2025-03-29 17:44:19 +01:00
parent 695d1eff37
commit e7c3f43808
20 changed files with 37 additions and 26 deletions

View File

@@ -23,3 +23,10 @@ repos:
- id: detect-private-key
- id: mixed-line-ending
- id: fix-byte-order-marker
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
hooks:
- id: codespell # See pyproject.toml for args
additional_dependencies:
- tomli