diff --git a/pyproject.toml b/pyproject.toml index 928c5fee2..40a52f566 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,5 +48,5 @@ build-backend = "setuptools.build_meta" write_to = "aider/_version.py" [tool.codespell] -skip = "*.svg,Gemfile.lock,tests/fixtures/*,aider/website/*" +skip = "*.svg,Gemfile.lock,tests/fixtures/*,aider/website/assets/*" write-changes = true