feat: enable automatic writing of codespell changes in pyproject.toml

This commit is contained in:
Paul Gauthier (aider) 2024-09-10 13:38:14 -07:00
parent e3e6437dca
commit 971fe5017a

View file

@ -70,3 +70,4 @@ write_to = "aider/__version__.py"
[tool.codespell]
skip = "*.svg,Gemfile.lock"
write-changes = true