From 971fe5017adae24c50b539140be78dcebced46a7 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 10 Sep 2024 13:38:14 -0700 Subject: [PATCH] feat: enable automatic writing of codespell changes in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 074f3b054..7b0a6ccad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,3 +70,4 @@ write_to = "aider/__version__.py" [tool.codespell] skip = "*.svg,Gemfile.lock" +write-changes = true