chore: configure codespell to use pyproject.toml and skip specific files

This commit is contained in:
Paul Gauthier (aider) 2024-09-10 13:37:18 -07:00
parent c575bae710
commit e3e6437dca
2 changed files with 5 additions and 1 deletions

View file

@ -18,4 +18,5 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
args: ["--write-changes"]
additional_dependencies:
- tomli