mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
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:
parent
2ebb2103b8
commit
d127d45669
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue