Fix typos discovered by codespell (#1922)

This commit is contained in:
Christian Clauss 2025-09-26 18:02:28 +02:00 committed by GitHub
commit d6aa980ff5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 5 deletions

View file

@ -39,3 +39,10 @@ repos:
- id: no-commit-to-branch
name: prevent commits to main
args: [--branch, main]
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
hooks:
- id: codespell # See pyproject.toml for args
additional_dependencies:
- tomli