chore: update codespell skip patterns

Update the `skip` patterns in the `pyproject.toml` file to exclude
`tests/fixtures/*` and `aider/website/*`.
This commit is contained in:
MDW 2025-04-16 17:36:09 +02:00
parent 2ebb2103b8
commit d127d45669
No known key found for this signature in database

View file

@ -48,5 +48,5 @@ build-backend = "setuptools.build_meta"
write_to = "aider/_version.py"
[tool.codespell]
skip = "*.svg,Gemfile.lock"
skip = "*.svg,Gemfile.lock,tests/fixtures/*,aider/website/*"
write-changes = true