From b40baaceea3195d1a6f0445c2eb257d41e5149eb Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 8 May 2025 15:11:07 -0700 Subject: [PATCH] do codespell the website --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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